Fixed live version of the website available at EarthMC.net. (Please use beta branch)
Please read the instructions below if you want to contribute to this repository.
We use Node.js with webpack for development.
Node.js 10.15.3 or newer is required.
Run npm install to install all the dependencies.
To start the development server run npm run start:dev. This will open a new development server on port 7000. Visit localhost:7000 to view the site.
Run npm run dev command to generate a development build and npm run prod to generate a production build.