This is the main project repository for 0xVentures website.
Do not update gh-pages directly. Use methods below.
After cloning run
npm install
If you do not have Dart
installed, start here: Get the Dart SDK.
Then
dart pub get
When you update js
or scss
files:
npm run build
When you finish updates, push code to main
and run
npm run deploy
If you want to update profile pictures, check members.txt. Add any missing members [twitterHandle, displayName] and run:
dart get-twitter-pfp.dart
npm run deploy
run build