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
- Host: GitHub
- URL: https://github.com/onelitefeathernet/blog
- Owner: OneLiteFeatherNET
- Created: 2024-07-23T08:15:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T12:53:41.000Z (10 months ago)
- Last Synced: 2025-04-11T04:04:22.420Z (10 months ago)
- Topics: blog, development, minecraft-development, minecraft-plugin, minecraft-server, onelitefeather
- Language: Astro
- Homepage: https://blog.onelitefeather.net/
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```