board-js
v0.0.2
Published
## Getting Started 1. Clone this repository and install the node dependecies with: ``` npm install ``` 2. Set up environment variables (accepts `.env` file) ``` NODE_ENV=development PORT=3000 // Also defaults to port 3000 if unset
Readme
board-js
Getting Started
- Clone this repository and install the node dependecies with:
npm install - Set up environment variables (accepts
.envfile)NODE_ENV=development PORT=3000 // Also defaults to port 3000 if unset - Run development server with:
npm run dev
