Skip to content

Rari-Capital/rari-dApp-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f28ef70 · Mar 16, 2022
May 2, 2021
Jul 12, 2021
Aug 8, 2020
May 6, 2021
Mar 14, 2022
Mar 16, 2022
Mar 24, 2021
Oct 20, 2020
Nov 23, 2021
Aug 6, 2020
Feb 25, 2022
Feb 25, 2022
Aug 6, 2020
Jul 12, 2021
Mar 10, 2022
Jul 12, 2021
Feb 15, 2022
Mar 14, 2022
Mar 10, 2022
Feb 1, 2022

Repository files navigation

Rari dApp · Tests · Coverage Status

Rari Capital's Web3 Portal.

Getting Started

Run npm run dev to start the development server.

Requirements

  • node: v14.17.0
  • npm: v6.14.13

Notes:

What are the "compiled" folders in src/static?
  • The src/static/compiled folder has misc. files that are auto generated from scripts like: rari-tokens-generator
  • You can generate these files using npm install.
  • These files are gitignored so do not worry about trying to commit them!