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
- Host: GitHub
- URL: https://github.com/shapelets/shapelets.github.io
- Owner: shapelets
- License: mit
- Created: 2018-08-03T14:33:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T09:43:04.000Z (over 5 years ago)
- Last Synced: 2025-03-02T19:49:49.579Z (11 months ago)
- Language: CSS
- Size: 107 MB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.