Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.2 KB

This is a Next.js project bootstrapped with create-next-app.

Kanbeano


A clean, modern take on kanban.

Summary

This repo contains the source code for Kanbeano, which is a light, personal kanban board app.

Local Development

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.

Deployment

This project can be deployed via vercel or netlify. Make sure to set enviromental variables again in order to enable backend functionality.