Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aggie-coding-club/club-website
The public-facing website for Aggie Coding Club
https://github.com/aggie-coding-club/club-website
ejs google-cloud nodejs progress-oriented typescript
Last synced: about 4 hours ago
JSON representation
The public-facing website for Aggie Coding Club
- Host: GitHub
- URL: https://github.com/aggie-coding-club/club-website
- Owner: aggie-coding-club
- Created: 2017-10-12T22:00:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T20:38:05.000Z (over 1 year ago)
- Last Synced: 2023-08-09T08:04:42.260Z (about 1 year ago)
- Topics: ejs, google-cloud, nodejs, progress-oriented, typescript
- Language: CSS
- Homepage: https://aggiecodingclub.com
- Size: 28.5 MB
- Stars: 9
- Watchers: 6
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aggie Coding Club Website
The website for [aggiecodingclub.com](https://aggiecodingclub.com)## Prerequisites
- [TypeScript](https://www.typescriptlang.org/)## How to Use
1. `npm i`installs all the missing packages
2. `npm run gcp-build` transpiles the TypeScript to JavaScript, and copies the static files (like CSS and HTML files) to the compilation directory.
4. `npm start` starts the server## Other Commands
1. `npm test` will run the unit tests
2. `npm run fix` will format your code according to the formatting guidelines
3. `npm run check` will check your code's compliance with the formatting guidelines