Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 334 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 334 Bytes

Speedcube

Development

Set up project

npm install

Compile and hot-reload for development

npm run serve

Compile and minify for production

npm run build

Deployment

This project is configured with Netlify to automatically build and deploy when a change is pushed to the master branch.