Skip to content

Example app for a workshop with HackYourFuture Copenhagen

Notifications You must be signed in to change notification settings

orhantoy/task-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1346241 · Nov 3, 2021

History

16 Commits
Nov 3, 2021
Nov 3, 2021
Nov 3, 2021
Oct 27, 2021
Oct 28, 2021
Oct 27, 2021
Oct 28, 2021
Oct 27, 2021
Oct 28, 2021
Oct 27, 2021
Oct 28, 2021
Oct 28, 2021

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