A personal site for my portfolio and music. It is built using Astro, a JavaScript framework for content-driven websites. Features responsive design using Tailwind CSS. You can visit the site here.
- Language: JavaScript, TypeScript, HTML, CSS
- Libraries: Astro, Tailwind CSS
- Deployment: GitHub Pages
You will need to have Node.js and NPM installed before carrying out these steps.
- Clone the repository
git clone "https://github.com/Syntrice/syntrice.github.io.git"
- Navigate to repository root
cd "./syntrice.github.io"
- Restore dependencies
npm install
- Run dev server or build project
npm run dev
npm run build