Vac team website https://new.vac.dev/
Go to file
Jakub Sokołowski 41d2c97169
Jenkinsfile: update dev site hostname
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-23 18:31:26 +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
_authors Add page author 2021-09-02 18:02:22 +02:00
_data Change nav paths 2021-09-02 18:02:51 +02:00
_includes Change footer layout 2021-09-02 18:02:52 +02:00
_layouts Change cards layout 2021-09-02 18:02:54 +02:00
_posts Change post category 2021-09-02 18:02:51 +02:00
assets add creating CNAME file to build process 2021-09-23 18:29:11 +02:00
scripts add Jenkinsfile and deploy.js script 2021-09-02 23:13:46 +02:00
.babelrc Remove preset options 2018-12-25 01:28:54 -06:00
.gitignore Add css file 2021-09-02 18:02:46 +02: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
Jenkinsfile Jenkinsfile: update dev site hostname 2021-09-23 18:31:26 +02:00
README.md add Jenkinsfile and deploy.js script 2021-09-02 23:13:46 +02:00
_config.yml Change nav paths 2021-09-02 18:02:51 +02:00
gulpfile.babel.js add creating CNAME file to build process 2021-09-23 18:29:11 +02:00
index.md Rename home page 2021-09-02 18:02:20 +02:00
media.md Add media page 2021-09-02 18:02:22 +02:00
netlify.toml Added netlify.toml to override build command (#90) 2020-05-08 21:22:52 -05:00
package.json add Jenkinsfile and deploy.js script 2021-09-02 23:13:46 +02:00
research-log.md Add research page 2021-08-05 15:14:49 +02:00
tailwind.config.js Change cards layout 2021-09-02 18:02:54 +02:00
yarn.lock add Jenkinsfile and deploy.js script 2021-09-02 23:13:46 +02:00

README.md

Vac.dev Website

Originally created by EthWorks.

Development

  • Install Depndencies:
    yarn install
    bundles 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