WriteNest, a full-stack web application designed to empower users to share their thoughts and ideas through blog posts. This project is built with a focus on simplicity, user engagement, and a seamless experience from content creation to commenting.
Sample .env
MONGO_USER=
MONGO_PASS=
MONGO_URL=
pnpm install
- Install dependencies.pnpm start
- Runs app in dev mode. Visit http://localhost:3000 after running this script.pnpm run build
- Builds the app for production to thebuild
folder.
This project is currently under development