DivineMC / Website

Source of DivineMC website

Home Page:https://divinemc.bxteam.gq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Source of DivineMC website

https://divinemc.bxteam.gq

License:MIT License


Languages

Language:TypeScript 43.6%Language:SCSS 33.7%Language:JavaScript 22.3%Language:Shell 0.3%