Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 930 Bytes

README.md

File metadata and controls

49 lines (28 loc) · 930 Bytes

Moonsama Minecraft Gain Calculator


Table of contents


💻 Run the develoment server

You will need nodeJS installed on your machine, then run:

npm install
npm start

👨🏻‍💻 Develop

Coding style

Use the coding style recommended by codeguide.co.

Structure
  • HTML files are located in /src/. .njk files are templates (Nunjucks) files.

  • CSS files are located in /src/css/.

  • JavaScript files are located in /src/js/.

Hit ctrl + C to stop the server.


🚀 Deploy

Run npm run build. The /dist/ folder contains the production website.