Skip to content

ccampanaon/code_dojos

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.2%
  • CSS 23.8%