Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 697 Bytes

File metadata and controls

21 lines (10 loc) · 697 Bytes

DEPRECATED

this version of the mainzed-website is no longer suppported. We leave the code for archiveal reasons

Project moved to https://gitlab.rlp.net

## Setup

Run git clone https://github.com/mainzed/website.git to create a local copy of this repository.

Run npm install to install all required modules.

Run npm start to start the local development server.

## Deployment

Run git remote add production demo@server_domain_or_IP:~/website.git to add the production server as a remote repository. (the website.git repository and a post-commit hook have been setup separately)

Run git push production master to deploy the master branch to the server.