https://github.com/reimertz/ixd
IXD Boilerplate
https://github.com/reimertz/ixd
Last synced: 3 months ago
JSON representation
IXD Boilerplate
- Host: GitHub
- URL: https://github.com/reimertz/ixd
- Owner: reimertz
- Created: 2016-08-29T09:49:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T10:12:19.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T01:47:14.009Z (3 months ago)
- Language: CSS
- Homepage: https://reimertz.github.io/ixd/
- Size: 504 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ixd 2.0
## prerequisites
you need to have [jekyll](https://jekyllrb.com/docs/installation) and [node](https://nodejs.org/en/) installed.## install dependencies
```
npm install
```## run locally
```
npm run dev
```deploy
```
git push # :D :D
```