Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 542 Bytes

File metadata and controls

20 lines (14 loc) · 542 Bytes

WikiDoc

Build status

Wiki & Documentation for Boxydev, you can see here. This tool is a static website generated by React as Server rendering. It's recent, so don't hesitate to correct if you notice inconsistencies.

Contribute

npm install
npm run dev # Live reload on localhost:3000
npm run build # No live reload you can open dist folder in your browser

Deploy

npm run deploy