https://github.com/sandoche/naivecoinstake-proof-of-stake-website
A tutorial for building a Proof of Stake cryptocurrency
https://github.com/sandoche/naivecoinstake-proof-of-stake-website
blockchain cryptocurrency cryptocurrency-website jekyll proof-of-stake webpack
Last synced: 7 months ago
JSON representation
A tutorial for building a Proof of Stake cryptocurrency
- Host: GitHub
- URL: https://github.com/sandoche/naivecoinstake-proof-of-stake-website
- Owner: sandoche
- License: apache-2.0
- Created: 2018-07-28T12:28:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T16:59:49.000Z (about 3 years ago)
- Last Synced: 2025-03-18T20:40:45.238Z (7 months ago)
- Topics: blockchain, cryptocurrency, cryptocurrency-website, jekyll, proof-of-stake, webpack
- Language: HTML
- Homepage: https://naivecoinstake.learn.uno
- Size: 938 KB
- Stars: 18
- Watchers: 2
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sandoche-Website
My portfolio redesigned quickly for a better maintanability
## Prerequisites The following tools should be installed before starting:
* NodeJS, npm, yarn
* Ruby, Gem, Bundler
* Jekyll
* Sass## How to run
* `yarn install`, `bundler install` then `yarn start` to develop and `yarn build:pwa` to build it
* Read more on the documentation of Jekyll Webpack Boilerplate: https://github.com/sandoche/Jekyll-webpack-boilerplate