Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coala/landing-frontend
coala Landing Page - https://gitlab.com/coala/landing is needed as backend
https://github.com/coala/landing-frontend
coala lint website
Last synced: about 1 month ago
JSON representation
coala Landing Page - https://gitlab.com/coala/landing is needed as backend
- Host: GitHub
- URL: https://github.com/coala/landing-frontend
- Owner: coala
- License: agpl-3.0
- Created: 2017-01-19T09:46:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T07:08:20.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T18:15:04.802Z (5 months ago)
- Topics: coala, lint, website
- Language: HTML
- Homepage: https://coala.io/
- Size: 2.78 MB
- Stars: 32
- Watchers: 20
- Forks: 74
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-landing-page - https://github.com/coala/landing-frontend
README
# landing-frontend
coala Landing Page - https://gitlab.com/coala/landing is needed as backend## Usage
To run locally:
$ git clone https://github.com/coala/landing-frontend.git
$ cd landing-frontend
$ python2 -m SimpleHTTPServer 8080Open http://localhost:8080 in your browser.
## Adding new code snippets
- Open /data/snippets and add .md file with code snippet in it.
- Enclose that code snippet with ```.
- Open /resources/js/snippets.js and add the name of newly added
language and the name of its corresponding .md file.