org-mind
v0.1.0
Published
1. Make sure backend is running in local 2. Make sure you have client id from teams api, which you would have got from backend setup 3. Node (20+) and NPM is installed
Readme
Getting Started
Pre-requisites
- Make sure backend is running in local
- Make sure you have client id from teams api, which you would have got from backend setup
- Node (20+) and NPM is installed
Editing env file
- Copy .env.example to .env
mv .env.example .env - Set value for NEXT_PUBLIC_OAUTH_CLIENT_ID
Run in Local
- Install dependancies
npm install - Run Server in dev mode
npm run dev
Verify installation
- Go to http://localhost:3000
- Hit Sign in in or Sign up
- Sign up if you dont have an account already
- Make sure your workspace is created
- Create or open existing boards
