Skip to content

LyndonFan/Aether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!