1.0.0 • Published 2 years ago

momenta-backend v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Momenta Back End

This repo contains the Momenta Express Backend App

Getting Started

Run the following command to install and configure all repo specific packages

yarn bootstrap

To start the server in development mode run, running locally you will want to run it this way

yarn dev

To start the server in production mode run

yarn start

Contributing

All commit messages must be in conventional commit format. This means they must start with one of the following

fix:
feat:
chore:
docs:
style:
refactor:

example commit message:

feat: added new players card

more details can be found at conventional commits