irffanasiff / meta-dao-frontend

The front end for https://app.themetadao.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meta-DAO Frontend

License MIT

The most popular frontend for the Meta-DAO.

npm scripts

Localnet setup

  1. git clone https://github.com/metaDAOproject/meta-dao
  2. cd meta-dao
  3. yarn
  4. anchor localnet

See Meta-DAO's repo for more details.

Build and dev scripts

  • dev – start dev server
  • build – bundle application for production
  • analyze – analyzes application bundle with @next/bundle-analyzer

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier
  • jest – runs jest tests
  • jest:watch – starts jest watch
  • test – runs jest, prettier:check, lint and typecheck scripts

Other scripts

  • storybook – starts storybook dev server
  • storybook:build – build production storybook bundle to storybook-static
  • prettier:write – formats all files with Prettier

Contributing

You can find instructions and guidelines on how to contribute in CONTRIBUTING.md

About

The front end for https://app.themetadao.org

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.5%Language:CSS 0.2%