Skip to content

Commit

Permalink
docs: add description about the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
retrozinndev committed Apr 29, 2024
1 parent e1069d5 commit e329bc9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Astro Starter Kit: Basics

# <img style="width:32px;height:32px;" src="/public/icon_default.png"> Parceiro TI Website
Este é o código-fonte do website da [Parceiro TI]()! Você está livre para modificar ou sugerir alterações de acordo com a licença [GNU General Public License v3]. Para sugerir alterações, [Crie uma Issue](https://github.com/parceiroti/parceiroti.github.io/issues/new). Para pedir alguma alteração em código, você pode criar um [novo Pull Request(ou PR)](https://github.com/parceiroti/parceiroti.github.io/pulls/new). Sua contribuição é bem-vinda!

# <img style="width:26px;height:32px;" src="https://astro.build/assets/press/astro-icon-light-gradient.png"> Guia Astro (Inglês)
```sh
npm create astro@latest -- --template basics
```
Expand All @@ -12,7 +15,7 @@ npm create astro@latest -- --template basics
![just-the-basics](https://github.com/withastro/astro/assets/2244813/a0a5533c-a856-4198-8470-2d67b1d7c554)

## 🚀 Project Structure
### 🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

Expand All @@ -36,7 +39,7 @@ There's nothing special about `src/components/`, but that's where we like to put

Any static assets, like images, can be placed in the `public/` directory.

## 🧞 Commands
### 🧞 Commands

All commands are run from the root of the project, from a terminal:

Expand All @@ -49,6 +52,5 @@ All commands are run from the root of the project, from a terminal:
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |

## 👀 Want to learn more?

### 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).

0 comments on commit e329bc9

Please sign in to comment.