Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new term: "Monorepo" + fixed a filename typo for Svelte.json #154

Merged
merged 13 commits into from
Sep 29, 2024
50 changes: 44 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,57 @@
[![dev-encyclopedia-devpedia dev](https://github.com/user-attachments/assets/f34e6739-dc82-4338-bb7f-06562068088b)](https://devpedia.dev)
# Dev Encyclopedia;

### [devpedia.pages.dev](https://devpedia.pages.dev/) | [devpedia.dev](https://devpedia.dev/)

A simple project simplifies technical terms, concepts, jargon, and whatnot: Open-source and ad-free. It is fueled by contributions and donations (and coffee, of course).


[![featured-on-dev-community](https://github.com/user-attachments/assets/b7d701ae-643c-4a24-b274-d6c46dd63351)](https://dev.to/devteam/top-7-featured-dev-posts-of-the-week-k9b#:~:text=%40buzzpy%20introduces%20Dev%20Encyclopedia)
[![featured-on-hackernoon](https://github.com/user-attachments/assets/7c3c9037-d46a-4fd8-938a-26f905d8331a)](https://hackernoon.com/9-1-2024-techbeat#:~:text=Introducing%20Dev%20Encyclopedia%3A%20A%20Wikipedia%20Specifically%20for%20Developers)
[![featured-on-fountn design](https://github.com/user-attachments/assets/a1c8531d-c554-4265-822a-e8b33001e9ec)](https://fountn.design/resource/dev-encyclopedia-encyclopedia-for-developers/)


![Copy of Github Banner (1)](https://github.com/user-attachments/assets/b5bb0925-f173-479f-99ba-4b044ae78339)
> This project is launched but much space for improvement is left. Help me build this project by contributing to this repository

# Dev Encyclopedia;
_________
### Tech Stack

### [devpedia.pages.dev](https://devpedia.pages.dev/) | [devpedia.dev](https://devpedia.dev/)
[![Astro](https://img.shields.io/badge/Astro-%23644098.svg?style=for-the-badge&logo=astro&logoColor=white)](https://astro.build/)
[![Bootstrap CSS](https://img.shields.io/badge/Bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white)](https://getbootstrap.com/)
[![Prettier](https://img.shields.io/badge/Prettier-%23F7B93E.svg?style=for-the-badge&logo=prettier&logoColor=black)](https://prettier.io/)
[![TypeScript](https://img.shields.io/badge/TypeScript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![Node.js](https://img.shields.io/badge/Node.js-%23339933.svg?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/en)
_______

A simple project simplifies technical terms, concepts, jargon, and whatnot.
### Quick Links
[License](#license-cc-by-nc-sa-40) | [Sponsoring](#sponsoring) | [How to Contribute](#contributing) | [Notable Contributors](https://github.com/Buzzpy/Dev-Encyclopedia/tree/master#%EF%B8%8F-notable-contributors) | [Installation and Deployment](#installation-and-deployment)

_________

![Copy of Github Banner (1)](https://github.com/user-attachments/assets/b5bb0925-f173-479f-99ba-4b044ae78339)
> This project is launched but much space for improvement is left. Help me build this project by contributing to this repository
## Installation and Deployment

Install all the requirements with **npm install** after forking and cloning the repository:

```bash
npm install
```
To deploy this project in a local environment, run the following:
```bash
npm run dev
```

To build your site for deployment, run the following. By default, this will generate static files and place them in a dist/ directory. If SSR is enabled, this will generate the necessary server files to serve your site.

```bash
npm run build
```

The [preview](https://docs.astro.build/en/reference/cli-reference/#astro-preview) command allows you to preview your site locally after building to catch any errors in your build output before deploying it by starting a local server to serve the contents of your static directory (*dist/* by default) created by running *astro build*.
**_The command is not designed to be run in production._**

```bash
npm run preview
```

## Tech Stack

Expand Down Expand Up @@ -126,6 +163,7 @@ We are grateful to our outstanding contributors who have significantly impacted
| **Ray Mathew (@RayMathew)** | [![LinkedIn](https://img.shields.io/badge/-Connect-blue?style=flat&logo=linkedin)](https://www.linkedin.com/in/ray-mathew7/) | [![GitHub](https://img.shields.io/badge/-Profile-black?style=flat&logo=github)](https://github.com/RayMathew) |
| **Amine Naqi (@Rodelph)** | [![LinkedIn](https://img.shields.io/badge/-Connect-blue?style=flat&logo=linkedin)](https://www.linkedin.com/in/amine-naqi-aa898724b/) | [![GitHub](https://img.shields.io/badge/-Profile-black?style=flat&logo=github)](https://github.com/Rodelph) |
| **Sudharshaun Mugundan (@Sudharshaun)** | [![LinkedIn](https://img.shields.io/badge/-Connect-blue?style=flat&logo=linkedin)](https://www.linkedin.com/in/sudharshaun/) | [![GitHub](https://img.shields.io/badge/-Profile-black?style=flat&logo=github)](https://github.com/Sudharshaun) |
| **Kwong Cheong N. (@KC900201)** | [![LinkedIn](https://img.shields.io/badge/-Connect-blue?style=flat&logo=linkedin)]([https://www.linkedin.com/in/sudharshaun/](https://www.linkedin.com/in/kwongcheongng)) | [![GitHub](https://img.shields.io/badge/-Profile-black?style=flat&logo=github)]([https://github.com/Sudharshaun](https://github.com/KC900201)) |



Expand Down
Loading
Loading