code_dojos is a repository that consumes a Github repository to retrieve all the katas and description for each one.
- Open the next link to check the repo code_dojos
- Open the basic styleguide code_dojos_styleguide
- Open a terminal in your computer
- Type
git clone https://github.com/MDOR/code_dojos.git - Run
npm installinside the root folder - If you want to open the local copy run
npm run dev
| Command | Description |
|---|---|
| npm run dev | Open a web server and runs watchers and livereload for development porpouses |
- Install livereload for development, ensure it's active when you're developing.
- Each time you run
npm installit will excecutepostinstallcommand and will generate assets for the app.