Achivements
Run git clone <repo_url> --recurse-submodules
command.
Please, pay attention to the recurse tag, because this is responsible to clone the submodules.
Run git submodule update
command.
After enter inside of the project folder with cd starter
command, run the yarn
or npm install
command.
When the process to install dependencies finish, just run the yarn dev
or yarn watch
(to watch your changes) command to build the project and after this, the yarn server
command. The project will open automatically on web browser.
Run yarn test
or npm run test
command
To contribute for this project, you need to create a tag on your commit and send your changes/additions.
Please add the screenshots and the maximum possible description to make your contribution clear :smile: