-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a5ee190
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |