Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 268 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 268 Bytes

nft-memoirs

Requirements

  • Node 16.x
  • Npm 8.x

Setup & local development

Install packages

npm run setup

Start development environemnts

npm run develop

Lint and format code

npm run lint && npm run format