Run it locally with:
npm install
npm run dev #http://localhost:4321/web3/
npm run build
#npm install -g http-server
#http-server
#python3 -m http.server 8080
Deploy it with any of:
- Use this workflow
- You can see the GH Actions status here
- Deploying Astro with Cloudflare Pages
#npx wrangler pages project create
npx wrangler pages deploy dist #<BUILD_OUTPUT_DIRECTORY>
- Deploying Astro with Google Firebase
npm install -g firebase-tools
firebase --version
firebase init
firebase deploy
- Thank you for your hard work @Ladvace aka Gianmarco - https://github.com/Ladvace | https://gianmarco.xyz/