Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 781 Bytes

The VJChoir Archives repository

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.

Setup process

  1. Run the following code to set up:
npm install
  1. Run the following to create a client on localhost (development environment):
npm start

Build process

  1. Do coding here
  2. Build using the following command: npm run build
  3. Copy paste production (under /vjchoir-archives/dist) into vjchoir.github.io repo and let it be deployed by GitHub Pages automatically.
  4. Publish