Skip to content

OneLiteFeatherNET/Blog

Repository files navigation

OneLiteFeather WebPage

This is the web page for the OneLiteFeather organization. It is a simple static page that is hosted on CloudFlare Pages. The page is built using the astro static site generator.

Development

Make sure to install the dependencies:

pnpm install

To start the development server, run the following command:

pnpm run dev

Production

To build the application for production, run the following command:

pnpm run build