Vac team website https://new.vac.dev/
Go to file
Maria Rushkova 18c570b3a9 Removed license and contributors file 2021-07-28 18:44:11 +02:00
.github Upgrade to GitHub-native Dependabot (#159) 2021-05-07 23:17:13 -05:00
.vscode Project setup 2021-07-28 18:42:59 +02:00
_includes Project setup 2021-07-28 18:42:59 +02:00
_layouts Project setup 2021-07-28 18:42:59 +02:00
src Upgrade to Tailwind CSS v2 (#133) 2020-12-26 11:43:06 -06:00
.babelrc Remove preset options 2018-12-25 01:28:54 -06:00
.gitignore Ignore folders generated by Bundler (#74) 2020-02-26 22:44:41 -06:00
.nvmrc Upgrade to Tailwind CSS v2 (#133) 2020-12-26 11:43:06 -06:00
.ruby-version Create .ruby-version 2020-01-19 18:39:10 -06:00
Gemfile Project setup 2021-07-28 18:42:59 +02:00
Gemfile.lock Project setup 2021-07-28 18:42:59 +02:00
README.md Removed license and contributors file 2021-07-28 18:44:11 +02:00
_config.yml Project setup 2021-07-28 18:42:59 +02:00
gulpfile.babel.js Use Taliwind's purge option 2020-05-01 19:09:13 -05:00
index.html Project setup 2021-07-28 18:42:59 +02:00
netlify.toml Added netlify.toml to override build command (#90) 2020-05-08 21:22:52 -05:00
package-lock.json Project setup 2021-07-28 18:42:59 +02:00
package.json Project setup 2021-07-28 18:42:59 +02:00
tailwind.config.js Use Taliwind's purge option 2020-05-01 19:09:13 -05:00

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 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