For dxw front-end work simulation
- Make sure
nodejs
andnpm
are both installed. - Fork the project on GitHub and clone the repository locally.
- Run
npm install
in the project root. - Run
grunt
to automatically watch for changes to your styles. - Run
open ./build/index.html
to open the file in your browser.