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