Skip to content

NeutronStarDAO/nsdao_web

Repository files navigation

nsdaoweb

NeutronStar DAO's website.

To learn more before you start working with nsdaoweb, see the following documentation available online:

If you want to start working on your project right away, you might want to try the following commands:

cd nsdaoweb/
dfx help
dfx canister --help

Running the project locally

If you want to test your project locally, you can use the following commands:

# Starts the replica, running in the background
dfx start --background

# Deploys your canisters to the replica and generates your candid interface
dfx deploy

Once the job completes, your application will be available at http://localhost:4943?canisterId={asset_canister_id}.