- Node.js (see .nvmrc for the recommended version)
First, install the dependencies and run the development server:
npm install
npm run devOpen http://localhost:3000 with your browser to see the result.
Copy the example environment file and adjust the values as needed:
cp .env.example .envSee docs/environment.md for more details.
This project is licensed under the MIT License.
See the LICENSE file for more details.