rdsilver / website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atxdao website

contributing

install dependencies

  1. yarn install

editor setup

  1. download + open atxdao website with vscode
  2. go to the extensions view with (ctrl|cmd)+shift+x
  3. search for @recommended and install the workspace recommended eslint and prettier extensions

developing on the site

  1. run yarn dev to launch the site at localhost:3000 and it will automatically reload any changes you make
  2. when you are happy with a set of changes, run yarn lint && yarn build and fix any errors.
  3. open up a pull request
  4. get a review by @clifton or @jongregis
  5. your changes will be merged and automatically deployed

resources

  1. we use [chakra-ui]I(https://chakra-ui.com/docs/getting-started) as our design framework. check out the docs!
  2. we use nextjs to statically build the site
  3. and deploy to github pages

About


Languages

Language:TypeScript 97.8%Language:JavaScript 1.9%Language:CSS 0.2%Language:HTML 0.1%