vac.dev-experimental-old/README.md

20 lines
520 B
Markdown
Raw Normal View History

2021-07-28 12:08:55 +00:00
# Vac
2017-11-09 02:41:49 +00:00
## Requirements
2017-11-12 05:09:14 +00:00
2021-07-28 12:08:55 +00: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-22 03:28:56 +00:00
2021-07-28 12:08:55 +00:00
## Get started
2019-03-20 06:41:36 +00:00
2021-07-28 12:08:55 +00: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 06:46:00 +00:00
2017-12-01 07:58:01 +00:00
## License
2019-05-16 13:11:47 +00:00
2021-07-28 12:08:55 +00:00
[MIT](https://github.com/taylorbryant/jekyll-starter-tailwind/blob/master/LICENSE.md)