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

Thiht/cartomancy-backend

Repository files navigation

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.

About

See the future in the cards...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published