Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 844 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 844 Bytes

Raidar Frontend

Near Logo

   

Berklee Logo

Raidar is a platform that allows artists and users buy and sell rights to music in a digital collectibles (NFTs) format.

Getting Started

Install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

API Code Generation

API hooks, functions and types are genereated from the API Swagger files. APIs are generated in ./services/api/raidar folder.

npm run api:codegen:client