https://github.com/warengonzaga/thirdweb-engine-deploy-locally
The easiest way to deploy thirdweb Engine locally.
https://github.com/warengonzaga/thirdweb-engine-deploy-locally
Last synced: 3 months ago
JSON representation
The easiest way to deploy thirdweb Engine locally.
- Host: GitHub
- URL: https://github.com/warengonzaga/thirdweb-engine-deploy-locally
- Owner: warengonzaga
- License: mit
- Created: 2024-04-18T06:57:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T08:03:09.000Z (about 2 years ago)
- Last Synced: 2025-02-17T02:06:55.737Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# thirdweb Engine Deploy Locally
Let's deploy thirdweb Engine locally in easiest way possible. This repository is maintained by thirdweb community team.
> [!WARNING]
> Use this for demo / preview purposes only. This is not recommended for production use. If you wanna use thirdweb Engine in production, try [cloud-hosted version](https://thirdweb.com/dashboard/engine?requestCloudHosted) or deploy a [self-hosted version](https://blog.warengonzaga.com/how-to-deploy-a-self-hosted-thirdweb-engine-on-railway-in-less-than-3-minutes).
## Requirements
- [Docker](https://docs.docker.com/get-docker/)
- [NodeJS](https://nodejs.org/en/download/)
- [thirdweb API secret key](https://thirdweb.com/dashboard/api-keys)
- [Wallet address](https://portal.thirdweb.com/glossary/wallet)
## Usage
1. Clone the repository.
2. Configure the `.env.example` file with your API secret key and wallet address.
3. Start Docker on your local machine.
4. Run `npm run start` to deploy the engine locally, wait for it to finish.
5. Visit `http://localhost:3005` in your browser to view the engine, that's it!