An open-source, crowdsourced dictionary website for developers to look up technical terms, programming jargon, and more! DevTerms also has an X (Twitter) account, where you can follow for news and word-of-the-day alerts!
Check out DevTerms in action!
- 🌎 Vercel: Frontend cloud platform
- 🌟 Next.js: The React framework for the web
- 🛠 Elysia: Full-featured, typesafe API framework
- 💨 Tailwind CSS: A utility-first CSS framework
- 🎨 shadcn/ui: Beautifully designed components
- 🔎 Meilisearch: Lightning-fast website search engine
- 🌧️ Drizzle ORM: Lightweight, relational TypeScript ORM
- 💾 PlanetScale: Fully-managed MySQL database platform
- 🔒 Lucia Auth: Simple, flexible session authentication
Clone the project
git clone https://github.com/aelew/devterms.git
Go to the project directory
cd devterms
Install dependencies
pnpm i
Set environment variables
To run this project, you need to set the required environment variables. Copy `.env.example` into a new file called `.env` and fill in the values.
Start the local development server on http://localhost:3000
pnpm dev