Skip to content

adamazad/nflend-fe

Repository files navigation

NFLend

Netlify Status

Use your NFT as collateral to take a loan.

Build

Clone this repository. Install dependencies via NPM:

$ npm install

To run a development instance, run

$ npm run start

Scripts

package.json has the following commands, you can run them using yarn <command> or npm run <command>

Command Description
start Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
test Launches the test runner in the interactive watch mode. See the section about running tests for more information.
build Builds the app for production to the build folder.
format Formats all files in src according to Prettier rules. See .prettierrc
lint Lints source files using ESLint. See .eslintrc.js
lint:fix Attempts to fix linting errors and warning using ESLint.

Releases

No releases published

Packages

No packages published

Languages