Repository for the Kap website, built with Next.js and powered by Vercel
- Have node.js installed
- Fork and clone the repository to your machine
yarnornpm installto install the relevant node packages
The main page is in ./pages/index.js
Run npm run dev or yarn dev to start the website in dev mode.