Skip to content

hack-a-chain-software/mmc.project

Repository files navigation

Guidelines

  • Use the present tense ("Add feature" not "Added feature") and the imperative mood ("Move class to..." not "Moves class to...") on commits and use the name issue on pull requests.
  • Pull requests must be reviewed before merged.
  • Done is better than perfect. Does it work as expected? Ship now, iterate later.
  • All contributions must have tests. Remember to verify the Github Actions CI status.
  • Every commit is checked using Github Actions.
  • If the CI status are not passing, the deploy will not work.

Coding Style

Task Management

Installation

MMC is powered by Vite.

If you have any problems configuring your enviroment, remember to read the Vite Documentation.


Steps

  1. Clone the repository:
$ git clone [email protected]:hack-a-chain-software/mmc.project.git
$ cd mmc.project
  1. Check all packages and copy the .env.example file and edit it with your environment config:
$ cp .env.example .env
  1. Install frontend dependencies via YARN
$ yarn

When working on frontend, run yarn front dev. Files will be compiled, concatenated and the browser will auto update via browsersync.

Cypress

Run cypress tests

$ yarn cypress run

Run to debug tests

$ yarn cypress open

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •