Vac team website
https://new.vac.dev/
e0b60693d7 | ||
---|---|---|
.github | ||
.vscode | ||
_authors | ||
_data | ||
_includes | ||
_layouts | ||
_posts | ||
assets | ||
.babelrc | ||
.gitignore | ||
.nvmrc | ||
.ruby-version | ||
Gemfile | ||
Gemfile.lock | ||
README.md | ||
_config.yml | ||
gulpfile.babel.js | ||
index.md | ||
netlify.toml | ||
package-lock.json | ||
package.json | ||
research-log.md | ||
tailwind.config.js |
README.md
Vac
Requirements
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 gemsnpm ci
to install npm packages listed inpackage-lock.json
npm run start
ornpm run dev
to compile the site with development settings and run BrowserSync