Beta version. To view the live site goto https://coder-forge.github.io
This beta version can be viewed at: http://164.132.58.15:3000
You can contact us at mailto:coderforge.dublin@gmail.com
Feel free to download this code and help to work on the site. You can view and report issues here: https://github.com/coder-forge/website/issues
The preferred method is to use docker. Instructions for installing docker can be found here. Once docker is installed you can run the site locally with the following commands:
git clone https://github.com/coder-forge/website
cd website
docker-compose upOr you can run the image from the Coder Forge account at docker hub
docker pull coderforge/website
docker run coderforge/websiteThe site can be run as a MeteorJS app without Docker. Installation instructions for MeteorJS can be found here
git clone https://github.com/coder-forge/website
cd website/app
meteorThe build status for the website can be found on CircleCI https://circleci.com/gh/coder-forge/website
License: MIT