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/emersonlimas/NLW6-Together.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/emersonlimas/NLW6-Together.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
.
๐๐ฝ Contact