Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 304 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 304 Bytes

AcrylMiner

Build

The site uses Vue and is located in folder src/

To build a site you need to run the command

npm run build

bundle.js will be collected in a folder dist/

index.html will be collected in a root

Deploy

Deploy is done automatically when pushing to the master