About | Getting started | Technologies | Contribute |
letmeask is an application developed during Next Level Week #6 offered by [Rocketseat]:rocket:.
It consists of a platform to create Q&A rooms (questions and answers).
Clone the project and access the folder.
git clone https://github.com/GabrielCastilhoV/letmeask.git
# 💻 Starting the project
Access the folder:
$ cd letmeask
Install the dependencies:
$ yarn
Start the server:
$ yarn start
This project was developed using the following technologies:
- Clone this repository:
git clone https://github.com/GabrielCastilhoV/letmeask.git
- 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
.
By Gabriel Castilho 👋🏽 Contact