Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 8080

Open 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.