2021-07-28 14:08:55 +02:00
|
|
|
# Vac
|
2017-11-08 20:41:49 -06:00
|
|
|
|
2018-11-06 11:57:51 -05:00
|
|
|
## Requirements
|
2017-11-11 23:09:14 -06:00
|
|
|
|
2021-07-28 14:08:55 +02:00
|
|
|
- [Bundler](http://bundler.io/)
|
|
|
|
- [Jekyll](https://jekyllrb.com/)
|
|
|
|
- [Node.js](https://nodejs.org/en/)
|
|
|
|
- [npm](https://www.npmjs.com/)
|
|
|
|
- [Ruby](https://www.ruby-lang.org/en/)
|
2017-11-21 21:28:56 -06:00
|
|
|
|
2021-07-28 14:08:55 +02:00
|
|
|
## Get started
|
2019-03-20 01:41:36 -05:00
|
|
|
|
2021-07-28 14:08:55 +02:00
|
|
|
- `bundle install` to install Ruby gems
|
|
|
|
- `npm ci` to install npm packages listed in `package-lock.json`
|
|
|
|
- `npm run start` or `npm run dev` to compile the site with development settings and run BrowserSync
|
2019-03-20 01:46:00 -05:00
|
|
|
|
2017-12-01 01:58:01 -06:00
|
|
|
## License
|
2019-05-16 13:11:47 +00:00
|
|
|
|
2021-07-28 14:08:55 +02:00
|
|
|
[MIT](https://github.com/taylorbryant/jekyll-starter-tailwind/blob/master/LICENSE.md)
|