/website

ACM website

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

website

The ACM website

Development

$ npm install
$ make dev

Access the server on port 7600.

Production

Production requires docker.

$ make build # build the image
$ make run   # run the container

To publish to Heroku:

$ make deploy

Access the server on ports 443 and 80.