https://github.com/pgiraud/c2cgeoportal_v2_design
https://github.com/pgiraud/c2cgeoportal_v2_design
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgiraud/c2cgeoportal_v2_design
- Owner: pgiraud
- Created: 2015-02-23T09:59:11.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-04-24T12:09:29.000Z (about 11 years ago)
- Last Synced: 2025-08-28T05:29:59.434Z (10 months ago)
- Language: HTML
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"
```