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

https://github.com/pgiraud/c2cgeoportal_v2_design


https://github.com/pgiraud/c2cgeoportal_v2_design

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

```
npm install
```

Serve application

```
node serve.js
```

Compile css

```
watchmedo shell-command --patterns="*.less" --recursive --command="node_modules/less/bin/lessc less/main.less css/main.css"
```