mirror of https://github.com/acid-info/vac.dev.git
fe1cc03ca5
* Replace waku.dev with correct domain * Rename DappConnect to Waku Connect * Waku is the commmunication layer for Ethereum Waku Connect helps dApp developers use it. |
||
---|---|---|
.github/workflows | ||
_authors | ||
_data | ||
_includes | ||
_layouts | ||
_posts | ||
assets | ||
fonts | ||
scripts | ||
.babelrc | ||
.gitignore | ||
.ruby-version | ||
404.html | ||
CNAME | ||
Gemfile | ||
Gemfile.lock | ||
Jenkinsfile | ||
README.md | ||
_config.yml | ||
gulpfile.babel.js | ||
index.md | ||
media.md | ||
package.json | ||
research-log.md | ||
robots.txt | ||
tailwind.config.js | ||
yarn.lock |
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
develop
branch is pushed to dev.vac.dev via this CI Jobmaster
branch is pushed to vac.dev via this CI Job
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