Go to file
Oliver Marks 392b150573 examples page and updated readme 2015-06-03 13:51:58 +01:00
site examples page and updated readme 2015-06-03 13:51:58 +01:00
Dockerfile Initial commit 2015-05-29 09:07:26 +01:00
LICENSE Initial commit 2015-05-29 09:07:26 +01:00
README.md examples page and updated readme 2015-06-03 13:51:58 +01:00

README.md

maidstone-hackspace

Repository for the maidstone hackspace website

To get started checkout the project to your machine.

git clone https://github.com/olymk2/maidstone-hackspace.git

To suggest changes to the site hit the fork button on the github page, then make your changes in your own branch when your ready push your changes to your github account and create a pull request back into the main branch where it can be reviewed and merged if everything is okay.

The simplest way to setup this site locally to test and make changes is to run.

docker build -t maidstone-hackspace .
docker run -p 5000:5000 maidstone-hackspace

If you plan on making large changes consider discussing it first so you dont wast your own time.