Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.2 KB

Mantis | CODE

contributions welcome beta License: MIT

Mantis is still in its very early stages. Breaking changes might result in the app crashing or not working as intended.

Mantis

Getting the Sources

First, fork the mantis repository so that you can make a pull request. Then, clone your fork locally: git clone https://github.com/[your-github-account]/mantis.git Occasionally you will want to merge changes in the upstream repository (the official code repo) with your fork.

cd mantis
git checkout master
git pull https://github.com/devsebastian/mantis.git master

Manage any merge conflicts, commit them, and then push them to your fork.

To setup all node modules, in the terminal run:

npm install

Production

in the terminal just run

yarn dev

OR

npm run dev

License

Copyright (c) 2020 Dev Sebastian.

Licensed under the MIT license.