Skip to content

cavazzatommaso/sendooor

Repository files navigation

Installation

Requirements:

  • Node
  • Vite
  • Alchemy account
npm install

Usage

In the root folder create .env file

VITE_ALCHEMY_API_KEY=<api_key_here>

Start the project with

npm run dev

Build the project with

npm run build

Deploying

Deploy with Vercel

You can deploy your own Vercel instance of this project. In order to do that you must create a Alchemy app and pass the API_KEY as environment variable. (VITE_ALCHEMY_API_KEY)

Contributing

Have a look at the GitHub issues for known bugs. If you find any new bugs, feel free to create an issue or send a pull request!