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

https://github.com/shapelets/shapelets.github.io

Website of Shapelets.io
https://github.com/shapelets/shapelets.github.io

Last synced: 4 months ago
JSON representation

Website of Shapelets.io

Awesome Lists containing this project

README

          

# Landing Page using Jekyll theme

Landing page of [shapelets.io](https://shapelets.github.io)

Jekyll theme based on [landing-page bootstrap theme ](http://startbootstrap.com/templates/landing-page/)

### Requeriments

You need to be installed NodeJS

### Serve

```
npm install
npm start
```

### Deploy

```
npm run build
```

Then merge the development branch to master branch and automatically github will serve _site folder.