Experience the pleasure of learning every day with Today I Learned, a project that encourages the constant acquisition of knowledge. Spend a few minutes a day recording and sharing your learning with the world or simply keep it to yourself. Discover the joy of continuing education and join our community committed to personal growth and knowledge expansion. Make daily learning a habit and share inspiration with others on this exciting journey of discovery! 🌟
- Clone this repo
git clone git@github.com:felipe-parra/til-fullstack.git
- Install dependencies by running
npm i
npm install
- Make a copy of
.env.local.sample
and name it simply.env.local
.
KINDE_CLIENT_ID=<your_kinde_client_id>
KINDE_CLIENT_SECRET=<your_kinde_client_secret>
KINDE_ISSUER_URL=https://<your_kinde_subdomain>.kinde.com
KINDE_SITE_URL=http://localhost:3000
KINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000
KINDE_POST_LOGIN_REDIRECT_URL=http://localhost:3000/dashboard
MONGO_DB_URL="mongodb://localhost:27017/til"
- Start dev server
npm run dev
- Now, if everything goes well you can go to
http://localhost:3000