Awesome
getkap.co (Kap Website)
Repository for the Kap website, built with Next.js and powered by Vercel
Development
Requirements
- Have node.js installed
- Fork and clone the repository to your machine
yarn
ornpm install
to install the relevant node packages
Making changes
The main page is in ./pages/index.js
Run npm run dev
or yarn dev
to start the website in dev mode.