https://github.com/jplusplus/themigrantsfiles.com
The human and financial cost of 15 years of fortress Europe.
https://github.com/jplusplus/themigrantsfiles.com
Last synced: 12 months ago
JSON representation
The human and financial cost of 15 years of fortress Europe.
- Host: GitHub
- URL: https://github.com/jplusplus/themigrantsfiles.com
- Owner: jplusplus
- License: lgpl-3.0
- Created: 2015-05-18T06:30:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T18:49:55.000Z (about 8 years ago)
- Last Synced: 2024-04-14T04:55:28.956Z (about 2 years ago)
- Language: HTML
- Homepage: http://jplusplus.github.io/themigrantsfiles.com/
- Size: 1.47 MB
- Stars: 7
- Watchers: 16
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Migrants' Files
## Installation
Install `node` and `npm` then run:
```
npm install
bower install
```
You can now start serving static files with gulp!
```
gulp serve
```
## Deploy on Git Pages
Run the following commands
```
gulp deploy
```