Skip to content

jcerdenia/cerdenia.com

Repository files navigation

music.cerdenia.com

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.

Running Locally

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.

Frameworks & Libraries

Releases

No releases published

Packages

No packages published