Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 476 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 476 Bytes

lifehack

Getting started

  • Clone the repository
gh repo clone AnalystsAndEngineers/lifehack
  • Install dependencies
cd lifehack
npm install
  • Edit .env.example

Replace the neccessary variables and secret keys in the .env.example file and rename it to .env You would require SGID keys, firebase keys and OpenAI key.

  • Build and run the project
npm run dev

Navigate to http://localhost:3000 or whichever port your server is running on.