The website for aggiecodingclub.com
npm i
installs all the missing packagesnpm run gcp-build
transpiles the TypeScript to JavaScript, and copies the static files (like CSS and HTML files) to the compilation directory.npm start
starts the server
npm test
will run the unit testsnpm run fix
will format your code according to the formatting guidelinesnpm run check
will check your code's compliance with the formatting guidelines