Skip to content

Instantly share code, notes, and snippets.

@guivictorr
Last active May 1, 2024 11:59
Show Gist options
  • Save guivictorr/322bada3a4fba1a74b7589e1df627dce to your computer and use it in GitHub Desktop.
Save guivictorr/322bada3a4fba1a74b7589e1df627dce to your computer and use it in GitHub Desktop.
README Template

Título

Lorem Ipsum é simplesmente uma simulação de texto da indústria tipográfica e de impressos, e vem sendo utilizado desde o século XVI, quando um impressor desconhecido pegou uma bandeja de tipos e os embaralhou para fazer um livro de modelos de tipos.

💄 Layout

  • [Layout no Figma](Link pro figma)

🛠 Technologies

This project was developed with the following technologies:

Frontend

Backend

📱💻 Instructions

## 1. Clone repo
git clone https://github.com/guivictorr/nomedorepo.git

## 2. Change to project folder
cd nomedorepo

## 3. Install dependencies
npm intall

## 4. Run the app
npm run dev

🤔 How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

Once your pull request has been merged, you can delete your branch.

📝 License

This project is under the MIT license. See the LICENSE file for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment