Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Moikapy committed Jun 20, 2022
0 parents commit a5ee190
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Takolabs Deploy

Takolabs Deploy page is designed to allow users to Create Collections that are Compatible with the rarible protocol.


## Getting Project Set Up

### Prerequisites

* Ensure you have recent versions of both `node` and `yarn` installed.

### Installation and Starting Up

Fork the project, then clone it. Example:
```
git clone git@github.com:tako-labs/mint.git
```

2. Build the project. Example:
```
cd deploy
yarn install
yarn build
```

3. 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.

0 comments on commit a5ee190

Please sign in to comment.