teobler / next-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to start

  1. yarn to install all dependencies
  2. yarn dev to start the app

adr

we are using adr to record all the architecture decisions. you can find the adr in docs/adr folder.

to add new adr, run npm install -g adr to install adr cli, then run adr new <title-of-the-adr> in root dir to create new adr.

run adr list to list all adr.

About


Languages

Language:TypeScript 56.7%Language:JavaScript 27.9%Language:MDX 11.7%Language:CSS 3.6%Language:Shell 0.1%