Takolabs Deploy page is designed to allow users to Create Collections that are Compatible with the rarible protocol.
- Ensure you have recent versions of both
node
andyarn
installed.
Fork the project, then clone it. Example:
git clone git@github.com:tako-labs/mint.git
- Build the project. Example:
cd deploy
yarn install
yarn build
- Start the project in your local environment:
yarn dev
Runs the app in the development mode.
Open [http://localhost:3000] to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.