An open API service indexing awesome lists of open source software.

https://github.com/onelitefeathernet/blog

A collection of blog entries from us
https://github.com/onelitefeathernet/blog

blog development minecraft-development minecraft-plugin minecraft-server onelitefeather

Last synced: 10 months ago
JSON representation

A collection of blog entries from us

Awesome Lists containing this project

README

          

# 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:
```bash
pnpm install
```

To start the development server, run the following command:
```bash
pnpm run dev
```

## Production
To build the application for production, run the following command:
```bash
pnpm run build
```