secondbrain / setup
Setup Wizard
fastest path to run secondbrain locally in under 2 minutes.
step 1 — run command
terminal
> git clone https://github.com/darielgu/2ndBrain.git && cd 2ndBrain/frontend && npm install && npm run devstep 2 — configure env
add your keys in frontend/.env.local: OPENAI_API_KEY, NIA_API_KEY.
step 3 — open app
go to http://localhost:3000, then use onboarding and start session.