Go to file
dependabot[bot] f1c4593169
Bump follow-redirects from 1.14.3 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.3 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.3...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 06:52:41 +00:00
.github/workflows Add issues and PRs to board automatically (#39) 2021-08-02 11:14:00 +08:00
_authors New design (#42) (#45) 2022-01-13 00:02:14 +09:00
_data Replace waku.vac.dev with wakunetwork.com (#52) 2022-01-24 09:16:53 +08:00
_includes reafactor Gulp config, fix minifying images and CSS 2022-01-13 00:02:14 +09:00
_layouts Replace waku.vac.dev with wakunetwork.com (#52) 2022-01-24 09:16:53 +08:00
_posts New design (#42) (#45) 2022-01-13 00:02:14 +09:00
assets New design (#42) (#45) 2022-01-13 00:02:14 +09:00
fonts New design (#42) (#45) 2022-01-13 00:02:14 +09:00
scripts New design (#42) (#45) 2022-01-13 00:02:14 +09:00
.babelrc New design (#42) (#45) 2022-01-13 00:02:14 +09:00
.gitignore New design (#42) (#45) 2022-01-13 00:02:14 +09:00
.ruby-version New design (#42) (#45) 2022-01-13 00:02:14 +09:00
404.html New design (#42) (#45) 2022-01-13 00:02:14 +09:00
CNAME Create CNAME 2019-07-18 19:01:23 +08:00
Gemfile New design (#42) (#45) 2022-01-13 00:02:14 +09:00
Gemfile.lock reafactor Gulp config, fix minifying images and CSS 2022-01-13 00:02:14 +09:00
Jenkinsfile ci: drop --ignore-optional flag from yarn 2022-01-13 00:02:14 +09:00
README.md New design (#42) (#45) 2022-01-13 00:02:14 +09:00
_config.yml reafactor Gulp config, fix minifying images and CSS 2022-01-13 00:02:14 +09:00
gulpfile.babel.js reafactor Gulp config, fix minifying images and CSS 2022-01-13 00:02:14 +09:00
index.md New design (#42) (#45) 2022-01-13 00:02:14 +09:00
media.md New design (#42) (#45) 2022-01-13 00:02:14 +09:00
package.json update package.json script to match Gulp config 2022-01-12 16:12:42 +01:00
research-log.md New design (#42) (#45) 2022-01-13 00:02:14 +09:00
robots.txt Create robots.txt 2020-03-07 15:34:29 +01:00
tailwind.config.js New design (#42) (#45) 2022-01-13 00:02:14 +09:00
yarn.lock Bump follow-redirects from 1.14.3 to 1.14.8 2022-02-15 06:52:41 +00:00

README.md

Vac.dev Website

Originally created by EthWorks.

Development

  • Install Depndencies:
    yarn install
    bundle install
    
  • Build Website
    yarn run build
    
  • For development or server:
    yarn run dev
    yarn run start
    

Continuous Integration

Known Issues

Bundler and Jekyll on Apple M1 (with Ruby x86_64)

arch -x86_64 gem install --user-install bundler jekyll
echo 'export PATH="~/.gem/ruby/2.6.0/bin:$PATH"' >> ~/.zshrc
bundle update