/frontend

Primary LanguageTypeScript

Frontend of croco.finance

Run in the browser

  1. Clone the project:

    git clone https://github.com/croco-finance/frontend.git
  2. Enter the directory and install the dependencies:

    cd frontend
    npm install
  3. Run the project and open http://localhost:3000 to view it in the browser.

    npm start