Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 894 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 894 Bytes

ivankprod.ru website repository

Netlify Status ci Codacy Badge

Quick local start

  1. Clone this repo

    git clone https://github.com/ivankprod/web.git
  2. Install all dependencies and run the site

    cd web
    npm i
    npm start
  3. Open the code and start developing

    The site is now running at http://localhost:8000