/code_dojos

Primary LanguageJavaScriptMIT LicenseMIT

Porpouse

code_dojos is a repository that consumes a Github repository to retrieve all the katas and description for each one.

How it works?

Install

  • Open a terminal in your computer
  • Type git clone https://github.com/MDOR/code_dojos.git
  • Run npm install inside the root folder
  • If you want to open the local copy run npm run dev

Commands

Command Description
npm run dev Open a web server and runs watchers and livereload for development porpouses

Recommendations

  • Install livereload for development, ensure it's active when you're developing.

Notes

  • Each time you run npm install it will excecute postinstall command and will generate assets for the app.

Technologies