My personal music website at cerdenia.com containing a detailed list of works with audio samples, program notes, perusal scores, a biography and photographs, press items, and events.
Built with Next.js, written in TypeScript, and deployed with Vercel.
After cloning the repository, cd
into the root folder and install dependencies before running the development server.
npm i
npm run dev
Alternatively, build an optimized version of the project and run locally.
npm run build
npm run start
The project runs by default at localhost:3000
.
- Next.js, a React framework
- Bootstrap and React Bootstrap for styling and pre-built components
- gray-matter and markdown-it for parsing markdown at build time