Zefny is a simplistic article writing platform crafted for learning purposes, powered by Next.js.
Check it out here.
- Clean UI showcasing recent articles
- User Authentication
- Article Search
- Categorized Articles
- Markdown Editor for creative writing
- Downloadable Articles
- Progressive Web App (PWA) functionality
- Responsive Design
Install dependencies:
npm install
Set up your environment variables in .env.local
:
MONGODB_URI=
MONGODB_DB=
AUTH0_DOMAIN=
AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=`
Run the development server:
npm run dev
For a production build:
npm run build
Deploy on Vercel:
- Import this project and follow the prompts.
Feel free to contribute, and make sure to star the repo if you like it! ⭐