Skip to content

scetx/build-a-blockchain-startup

Repository files navigation

Build a Blockchain Startup

Decentralized Application (dApp) Development and Entrepreneurship

Spring 2022 INDENG 190E-002/290-002 UC Berkeley SCET

Based on the Material Jekyll Theme

Install

https://jekyllrb.com/docs/

Ubuntu

https://www.ruby-lang.org/en/documentation/installation/#apt

sudo apt-get install ruby-full
sudo gem update --system

rubygems/rubygems#3269 (comment) You can ignore that ruby & gems are not the latest release.

sudo gem install jekyll bundler

Develop

# From this site's working directory:
bundle install
bundle exec jekyll serve

Browse to http://localhost:4000 -- reload the page after a few seconds to check after file changes.

Deploy to gh-pages

# From this site's working directory:
JEKYLL_ENV=production bundle exec jekyll build --destination ./docs
# make a PR that have the `_site` files updated, they automatically get published once merged in to `main`

About

Build a Blockchain Startup: Decentralized Application (dApp) Development and Entrepreneurship Advanced Topics in Entrepreneurship & Innovation INDENG 190E/290

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published