A landing page and timeline developed to socialize the Arithmetica platform.
npm install
npm run build
Then open dist/index.html
.
First do:
npm run watch
Then make your changes in the src
directory. This will ensure everything is automatically compiled as you save your changes.
Alternatively, you could make your changes first, then do:
npm run build
npm run deploy