A 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
- π₯ Hono: Fast web framework built on Web Standards
- π¨ Tailwind CSS: A utility-first CSS framework
- π¨ shadcn/ui: Beautifully designed components
- πΎ Turso: Fully-managed SQLite database platform
- π Upstash: Serverless Redis database and rate limiting
- π Meilisearch: Lightning-fast website search engine
- π§οΈ Drizzle ORM: Lightweight, relational TypeScript ORM
- π Lucia: Guide for implementing authentication from scratch
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