Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Buzzpy authored Oct 7, 2024
1 parent 3754c7f commit 76cd09c
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,46 +53,6 @@ The [preview](https://docs.astro.build/en/reference/cli-reference/#astro-preview
npm run preview
```

## Tech Stack

**Client:**
- [Astro](https://astro.build/)
- [Boostrap CSS](https://getbootstrap.com/)
- [Prettier](https://prettier.io/)
- [TypeScript](https://www.typescriptlang.org/)

**Server:**
- [Node](https://nodejs.org/en)

## Installation

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

```bash
npm install
```

## Deployment

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
```

## Contributing

Found some important information missing? Please open a Pull Request and help improve this project. We welcome contributions of all kinds, whether it's adding new terms, fixing typos, or suggesting new features.
Expand Down Expand Up @@ -149,7 +109,6 @@ Found some important information missing? Please open a Pull Request and help im

> `IMPORTANT`: This project uses the `main` branch for **deployment** and the `develop` branch for **active development**. All contributions should be made to the `develop` branch, which will be tested and reviewed before being merged into the main branch for deployment.

![Copy of assets (2)](https://github.com/user-attachments/assets/43d3e163-e279-4f0e-8d70-2a49fcef1632)

Thank you for contributing to the Dev Encyclopedia!

Expand Down

0 comments on commit 76cd09c

Please sign in to comment.