iancleary / horizon

⚡ Next.js + Tasks ⚡
MIT License
0 stars 0 forks source link
nextjs

Horizon

This is a NextJS application to pair with iancleary/tasks.

You can think of it as a minimal replacement for tick tick or similar applications that allow you to create, edit, update, and delete lists of sections of items.

Install Dependencies

# using npm
$ npm install

Use it

# development mode
$ npm run dev

# production build
$ npm run build