Skip to content

aelew/devterms

Repository files navigation

πŸ“š DevTerms

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!

Built with

  • 🌎 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
  • πŸ’Ύ Turso: Fully-managed SQLite database platform
  • πŸ”’ Lucia Auth: Simple, flexible session authentication

Development

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

License

MIT

Star History

Star History Chart

Releases

No releases published

Packages

No packages published