Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 481 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 481 Bytes

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