This is the code for the pangolin.exchange website.
The app's smart contract code can be found here.
First, install dependencies
yarn installThen, start the development server
yarn devOpen http://localhost:5173 with your browser to see the result.
The page auto-updates as you edit the file.
Generate the production build
yarn buildThis exports a static site into the build directory.
You can then serve this anyway you'd like (Cloudflare workers, Netlify, etc.).