- Clone it
- Use
node
>=10.13 npm install
npm run dev
- Open http://localhost:3000
This is a next.js project (aka React). Pages are js
files under the /pages
folder while some shared stuff is under /components
.
There is a single css file at static/styles.css
. Feel free to dump everything
in there.
🗒️ Note: All pages and components will hot reload. I don't believe that is true
of styles.css
. YMMV