Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

3. Server Usage

Tristan Chin edited this page Jul 3, 2022 · 2 revisions

Server Usage

After configuring your server, use the following commands to launch it.

# Build the server
npm run build

# Start the server
npm start

# or (with inline environment variables)
PORT=5000 npm start

If you're using the default configuration, the server will be up on port 3000, http://localhost:3000.

Clone this wiki locally