Raidar is a platform that allows artists and users buy and sell rights to music in a digital collectibles (NFTs) format.
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 hooks, functions and types are genereated from the API Swagger files. APIs are generated in ./services/api/raidar
folder.
npm run api:codegen:client