0xVentures / 0xV-website

0xVentures Website
https://0xventures.org
3 stars 1 forks source link

0xVentures

This is the main project repository for 0xVentures website.

Do not update gh-pages directly. Use methods below.

Install

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

TODO