Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codeforfrance/codeforfrance-site

Code For France website
https://github.com/codeforfrance/codeforfrance-site

Last synced: 4 months ago
JSON representation

Code For France website

Awesome Lists containing this project

README

        

# Code for France website

The repository contains the source code for the Code for France website.
This is an Express server, serving a single webpage, and handling subscriptions with GitHub signup.

## Requirements

* [Node.js](http://nodejs.org/)
* [npm](http://npmjs.org/)
* [MongoDB](http://www.mongodb.org/)

## Setup

Install the npm modules:

npm install

## Run

Run the Code for France server:

node server.js

You can visit the website at http://localhost:3000