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

Update README.md #66

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 21 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,34 @@
</h4>

<h2 id="objective" > 🎯 Objectives </h2>

A brief description about the project and how the project works
This project has the object to create, elaborate and discuss the website of the community (https://ahub.tech). Showing the most important information about the community and being a channel to new users.

<h2 id="technologies"> 🛠 Technologies </h2>

The tools used in the construction of the project were:

- [Name Tech](UrlForTheTech)

- [NodeJs](https://nodejs.org/)
- [Nuxt](https://nuxtjs.org/)

<h2 id="usage" > 👷 Usage </h2>

- Technologies needed to run locally.

```bash
# Commands used to start the project.
npm install
npm run dev
```

<h2 id="contribution"> 🤝Contribution </h2>

- [Contribution File](./CONTRIBUTING.md)

<h2 id="author"> 💻 Author </h2>

By Name ❤

- [DaviPrm](https://github.com/daviprm/)
- [Em1dio](https://github.com/caio-emidio)
- [PcBrSites](https://github.com/pcbrsites)

<h2 id="license"> 📝 License </h2>

Expand All @@ -66,25 +70,27 @@
</p>

<h4 align="center">
🎨 Pseudônimo do projeto
🎨 Site Oficial da comunidade Hub Tech
</h4>

<h2 id="objetivos" > 🎯 Objetivos </h2>

Uma breve descrição sobre o projeto e como ele funciona
Este projeto tem como objetivo criar um site para disponibilizar no https://ahub.tech . Mostrando as principais informacoes da comunidade e sendo um canal de entrada para novos membros.

<h2 id="tecnologia"> 🛠 Tecnologias </h2>

As ferramentas utilizadas na construção do projeto foram:

- [Name Tech](UrlForTheTech)
- [NodeJs](https://nodejs.org/)
- [Nuxt](https://nuxtjs.org/)

<h2 id="usos" > 👷 Como usar? </h2>

- Tecnologias necessárias para rodar localmente.
- Tecnologias necessárias para rodar localmente: Node 14+

```bash
# Comandos usados para iniciar o projeto.
npm install
npm run dev
```

<h2 id="contribuicao"> 🤝 Contribuições </h2>
Expand All @@ -93,8 +99,10 @@


<h2 id="autor"> 💻 Autor </h2>

By Name ❤

- [DaviPrm](https://github.com/daviprm/)
- [Em1dio](https://github.com/caio-emidio)
- [PcBrSites](https://github.com/pcbrsites)

<h2 id="licenca"> 📝 Licença </h2>

Expand Down