Skip to content

Latest commit

 

History

History
108 lines (69 loc) · 3.09 KB

README.md

File metadata and controls

108 lines (69 loc) · 3.09 KB

Share knowledge with others, ask everything and get your answer!

This project is a Q&A made at an intense NLW event made by Rocketseat

Access the app: LetmeAsk

Made by Igor Duarte Igor Duarte Repository size


🔖 Layout

You can view the project layout through the links below:

Remembering that you need to have a Figma account to access it.

🚀 Getting Started

Prerequisites

  • To run any ReactJS application you need to configure the environment on your machine.

  • Setting the environment is a simple process, so it's recommended to follow the Rocketseat guide which is currently the most complete and detailed to make the settings:

Clone

  • Clone this repo to your local machine using:
https://github.com/igoohd/letmeask

Setup

  • Install project dependencies;

    • yarn install
      // or
      npm install
  • Run project in development mode;

    • yarn dev
      // or
      npm run dev
  • Be Happy! 😆


📋 Features

Build with

  • ReactJS - A JavaScript library for building user interfaces
  • Typescript - TypeScript is an open-source language which builds on JavaScript, one of the world’s most used tools, by adding static type definitions.
  • Firebase - Firebase is a Backend-as-a-Service — BaaS — that started as a YC11 startup and grew up into a next-generation app-development platform on Google Cloud Platform.

🤔 Contributing

To get started...

Step 1

  • 🍴 Fork this repo!

Step 2

  • 👯 Clone this repo to your local machine using https://github.com/igoohd/letmeask

Step 3

  • 🎋 Create your feature branch using git checkout -b my-feature

Step 4

  • ✅ Commit your changes using git commit -m 'feat: My new feature';

Step 5

  • 📌 Push to the branch using git push origin my-feature;

Step 6

  • 🔃 Create a new pull request

After your Pull Request is merged, can you delete your feature branch.

Made by Igor Duarte