Donate and get donations through Potlock
Table of Contents
pnpm install
First, run the development server:
pnpm run dev
pnpm run build
pnpm run test
See the full testing guide.
- Build the project
pnpm run build
- Create a web4 subaccount of your master account (this will be your domain).
near account create-account fund-myself web4.MASTER_ACCOUNT.testnet '1 NEAR' autogenerate-new-keypair save-to-keychain sign-as MASTER_ACCOUNT.testnet network-config testnet sign-with-keychain send
Be sure to "Store the access key in legacy keychain"!
- Run web4-deploy to upload production bundle to nearfs and deploy it to a minimum-web4 contract to your account.
npx github:vgrichina/web4-deploy dist web4.MASTER_ACCOUNT.testnet --deploy-contract --nearfs
Deploy should be accessible and your website accessible at
testnet
: MASTER_ACCOUNT.testnet.page
mainnet
: MASTER_ACCOUNT.near.page
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you're interested in contributing to this project, please read the contribution guide.