How to get DivineMC Website running on your local machine for development.
- Clone the repository. If you plan to make changes, create a fork first!
$ git clone https://github.com/DivineMC/Website
- Install all required dependencies.
$ npm install
- Start the development server
$ npm start
This will start a local development server and open a browser window. The majority of changes will be instantly reflected live without the need to restart the development server or reload the page in your browser. Edit away!
$ npm run build
This command builds a production-ready deployment into the build
directory. These files are ready
to be hosted on any static content server.