The website for aggiecodingclub.com
npm iinstalls all the missing packagesnpm run gcp-buildtranspiles the TypeScript to JavaScript, and copies the static files (like CSS and HTML files) to the compilation directory.npm startstarts the server
npm testwill run the unit testsnpm run fixwill format your code according to the formatting guidelinesnpm run checkwill check your code's compliance with the formatting guidelines