Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.18 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.18 KB

Zefny 📝

Zefny is a simplistic article writing platform crafted for learning purposes, powered by Next.js.

Demo 🚀

Check it out here.

Features ✨

  • 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

Tech Stack 🛠️

Getting Started 🏁

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

Deployment 🌐

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! ⭐