mbashem / cftracker

https://cftracker.netlify.app/
MIT License
33 stars 14 forks source link
codeforces competitve-programming

CF Tracker

Platform to view contest problems from codeforces

Created using

Prerequisites

Setup

1) Clone repository

    git clone https://github.com/mbashem/cftracker.git

2) Change to cftracker directory

    cd cftracker

3) Install dependances

   npm install 

4) Run locally

   npm run start 

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D