https://github.com/ethworks/status-vac
https://github.com/ethworks/status-vac
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethworks/status-vac
- Owner: EthWorks
- Created: 2021-07-28T12:10:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:07:18.000Z (over 3 years ago)
- Last Synced: 2025-09-12T11:51:52.733Z (9 months ago)
- Language: HTML
- Size: 22.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vac
## Requirements
- [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/)
## Get started
### Setting up bundler and jekyll on Apple M1 (with system installed ruby x86_64)
Running inside project directory:
- `arch -x86_64 gem install --user-install bundler jekyll`
- `echo 'export PATH="~/.gem/ruby/2.6.0/bin:$PATH"' >> ~/.zshrc`
- `bundle update`
### Working with the project
- `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