Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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