Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aelew/devterms
📚 A crowdsourced dictionary for developers. Find definitions for all sorts of technical terms, programming jargon, and more!
https://github.com/aelew/devterms
awesome developer-dictionary dictionary drizzle drizzle-orm elysia lucia-auth meilisearch nextjs react reactjs resources shadcn-ui tailwindcss
Last synced: 29 days ago
JSON representation
📚 A crowdsourced dictionary for developers. Find definitions for all sorts of technical terms, programming jargon, and more!
- Host: GitHub
- URL: https://github.com/aelew/devterms
- Owner: aelew
- License: mit
- Created: 2024-02-20T09:30:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T06:54:23.000Z (4 months ago)
- Last Synced: 2024-08-01T09:25:29.081Z (3 months ago)
- Topics: awesome, developer-dictionary, dictionary, drizzle, drizzle-orm, elysia, lucia-auth, meilisearch, nextjs, react, reactjs, resources, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://devterms.io
- Size: 949 KB
- Stars: 90
- Watchers: 1
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/aelew/devterms - Dictionary of developer-related terms (Jump To / Other)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/aelew/devterms - Dictionary of developer-related terms (Jump To / Other)
README
# 📚 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](https://twitter.com/devtermsio), where you can follow for news and word-of-the-day alerts!
Check out [DevTerms in action](https://devterms.io)!
## Built with
- 🌎 [Vercel](https://vercel.com): Frontend cloud platform
- 🌟 [Next.js](https://nextjs.org): The React framework for the web
- 🛠 [Elysia](https://elysiajs.com): Full-featured, typesafe API framework
- 💨 [Tailwind CSS](https://tailwindcss.com): A utility-first CSS framework
- 🎨 [shadcn/ui](https://ui.shadcn.com): Beautifully designed components
- 🔎 [Meilisearch](https://www.meilisearch.com): Lightning-fast website search engine
- 🌧️ [Drizzle ORM](https://orm.drizzle.team): Lightweight, relational TypeScript ORM
- 💾 [Turso](https://turso.tech): Fully-managed SQLite database platform
- 🔒 [Lucia Auth](https://lucia-auth.com): Simple, flexible session authentication## Development
Clone the project
```bash
git clone https://github.com/aelew/devterms.git
```Go to the project directory
```bash
cd devterms
```Install dependencies
```bash
pnpm i
```Set environment variables
```bash
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
```bash
pnpm dev
```## License
[MIT](https://choosealicense.com/licenses/mit)
## Star History