Hello, welcome to the repository of the archives. The archives are a simple, frontend only website that provides different pages for the display of the choir's history, as well as an in-built player for the playing of music from the choir's old performances. This website uses Angular 14 alongside TypeScript and SCSS for styling.
- Run the following code to set up:
npm install
- Run the following to create a client on localhost (development environment):
npm start
- Do coding here
- Build using the following command: npm run build
- Copy paste production (under /vjchoir-archives/dist) into vjchoir.github.io repo and let it be deployed by GitHub Pages automatically.
- Publish