Clone project to local repo:
git clone https://github.com/chrisbrody/healthapp.git
Start by running npm install command to install node modules
npm install
wait a few minutes and start the local environment
npm run dev
Deploy a copy of your application to using the following command:
npm run build
To learn more about thirdweb, Vite and React, take a look at the following resources:
- thirdweb React Documentation - learn about our React SDK.
- thirdweb JavaScript Documentation - learn about our JavaScript/TypeScript SDK.
- thirdweb Portal - check our guides and development resources.
- Vite Documentation - learn about Vite features.
- React documentation - learn React.
You can check out the thirdweb GitHub organization - your feedback and contributions are welcome!