Run the server with:
$ npm run server
This builds and runs the server.
After running the server, the content will be served at localhost:8080
on your computer. The port will default to 8080, and you may override it with process.env.PORT
.
Consult src/config.ts
for configuration, and package.json
for environmental variable setup.
For support or discussion, please join our online Discord chat.
Please see CONTRIBUTING.md for information on contributing.
Please see LICENSE