:exclamation: THIS REPOSITORY IS UNDER ACTIVE DEVELOPMENT
Repository for the website where marketing will take place for the VIP2021 game.
$ npm install # Install all dependencies
$ node app.js # Start the server or,
$ PORT=8080 node app.js # use a custom port
Check your JavaScript for syntax or styling errors (this should always be done before publishing changes):
$ npx eslint . # Check the current folder
$ npx eslint . --quite # Ignore warnings (this is OK)
$ npx eslint app.js # Check a specific file