Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 613 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 613 Bytes

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.