Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 410 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 410 Bytes

Aether

A simple note editor with word semantic search and more.

Quickstart (for devs)

  1. Install npm, Python, and Pipenv.
  2. Run cd backend && pipenv install
  3. Run pipenv run python -m nltk.downloader -d ./nltk_data popular
  4. Then run pipenv run fastapi run
  5. On another terminal window, run cd frontend && npm install && npm start.
  6. Now you can visit http://localhost:3000 for the app!