Skip to content

orhantoy/task-search

Repository files navigation

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

Task Search

Installation

# This is mostly an optional step
nvm install
nvm use

# Install packages
npm install

You should also define a .env.local looking something like this:

SQLITE_FILENAME=tasks.db
APP_SEARCH_BASE_URL=TODO
APP_SEARCH_API_KEY=private-xyz

Getting Started

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

Example app for a workshop with HackYourFuture Copenhagen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published