Skip to content

Latest commit

Β 

History

History
108 lines (73 loc) Β· 3.37 KB

File metadata and controls

108 lines (73 loc) Β· 3.37 KB

CodeQLCI GitHub license GitHub repo size GitHub stars GitHub forks GitHub issues GitHub contributors GitHub last commit

πŸ“° A simple typescript news platform!

Technologies Used β€’ How To Use β€’ Contributing β€’ License


Made with ❀️ by Alvaro Israel πŸ‘πŸ» Get in Touch!

Hit the ⭐️ button if you like this project!


πŸ† Technologies Used

πŸ’» How to Use

Install system dependencies

Clone

In your command line:

$ git clone https://github.com/AlvaroIsrael/ignews-app.git
$ cd ignews-app

Frontend

# Go into project folder
$ cd ignews-app

# Install dependencies
$ yarn install --ignore-engines

# Build the app
$ yarn build

# Run the app
$ yarn start

🀝 Contributing

Fork this repository - click fork.

# Create your feature branch:
$ git checkout -b feature/myAwesomeFeature

# Commit your changes:
$ git commit -m 'feat: Added some new awesomeFeature'

# Push to the branch:
$ git push -u origin feature/myAwesomeFeature

Then go to Pull Requests and make a new one.

Resources:

πŸ“ License

This software is under MIT license. See LICENSE for more details.