Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codeforfrance/codeforfrance-site
- Owner: codeforfrance
- Created: 2014-04-16T10:41:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T20:17:33.000Z (over 4 years ago)
- Last Synced: 2024-06-22T21:09:30.821Z (6 months ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 17
- Watchers: 7
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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