Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

DivineMC/Website

Repository files navigation

DivineMC Website Build Status Netlify Status License

Getting Started

How to get DivineMC Website running on your local machine for development.

Prerequisites

Local Development

  1. Clone the repository. If you plan to make changes, create a fork first!
$ git clone https://github.com/DivineMC/Website
  1. Install all required dependencies.
$ npm install
  1. 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!

Building

$ 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.