Skip to content

Latest commit

 

History

History

web

Awesome Yasunori web

This is a website that allows you to elegantly appreciate "Awesome Yasunori" by utilizing the APIs of Yasunori.

https://awesome.yasunori.dev

Development

Run the dev server:

npm run dev

To run Wrangler:

npm run build
npm run start

Typegen

Generate types for your Cloudflare bindings in wrangler.toml:

npm run typegen

You will need to rerun typegen whenever you make changes to wrangler.toml.

Deployment

First, build your app for production:

npm run build

Then, deploy your app to Cloudflare Pages:

npm run deploy