Application developed in the Rocketseat Ignite 💻🚀
About • Technologies • Usage • Contribution • Author • Demo • License
Application developed in the o chapter III from bootcamp Ignite - @Rocketseat. Ig.news is application that provides paid content.
The following tools were used in the construction of the project:
Rename file ".env.local.example"
to ".env.local"
, then change the values
Required! Install git, node and yarn (or npm).
# Clone Repository
$ git clone https://github.com/RodrigoSaantos/ignews.git
# Go to server folder
$ cd ignews
# Install Dependencies
$ yarn
# or
$ npm install
# Run Aplication
$ yarn dev
# or
$ npm run dev
# Access localhost
http://localhost:3000
This project is for study purposes too. All kinds of contributions are very welcome and appreciated!
- 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
.
By Rodrigo Santos 👋🏽 Find me:
This project is under the MIT license.