4-point-0 / raidar-frontend

Raidar app for musicians and creators to buy and sell music licenses
https://app.raidar.us/
MIT License
0 stars 0 forks source link

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