This is a Next.js project bootstrapped with create-next-app
.
A clean, modern take on kanban.
This repo contains the source code for Kanbeano, which is a light, personal kanban board app.
To set up this project locally run npm i
.
To run it, run npm run dev
.
The site will be live at http://localhost:3000.
Make sure to set enviromental variables in order to enable backend functionality.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/[endpoint-name]. They can be edited in pages/api/[endpoint-name].js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
This project can be deployed via vercel or netlify. Make sure to set enviromental variables again in order to enable backend functionality.