Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 502 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 502 Bytes

Station Terminal

How to run locally

  1. Run the seed script to deploy the contracts as well as create default OS instances with data. Set the contract address of the DefaultOSFactory contract to the NEXT_PUBLIC_CONTRACT_DEFAULT_OS_FACTORY_ADDRESS env variable in .env.development.

  2. yarn install
    yarn dev
    
  3. Navigate to http://localhost:3000/Default%20Dao. Note: Default Dao was one of the DAOs created in the seed script.