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

Latest commit

 

History

History
46 lines (26 loc) · 1.44 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.44 KB

Cartomancy

Build Status Dependencies Status

This is the backend of Cartomancy.

Get started

Requirements:

Before anything, install the dependencies:

npm install

Development

Run the server with hot-reload with the command:

npm start

The recommended development environment is Visual Studio Code with the following plugins:

Production

Generate the production distribution with:

npm run build

You can then run the server with a process manager such as pm2:

cd dist/
pm2 start server/index.js

License

See the LICENSE file.