https://github.com/vanilla-os/apx-website
The website for Apx
https://github.com/vanilla-os/apx-website
apx vanillaos vitepress website
Last synced: 4 months ago
JSON representation
The website for Apx
- Host: GitHub
- URL: https://github.com/vanilla-os/apx-website
- Owner: Vanilla-OS
- License: agpl-3.0
- Created: 2024-08-15T13:17:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T21:40:59.000Z (5 months ago)
- Last Synced: 2026-02-01T09:26:18.159Z (5 months ago)
- Topics: apx, vanillaos, vitepress, website
- Language: Vue
- Homepage: http://apx.vanillaos.org/
- Size: 6.03 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
---
## Development
Make sure you have [Node.js](https://nodejs.org) and [PNPM](https://pnpm.io) installed.
### Install Dependencies
```bash
pnpm install
```
### Development Server
```bash
pnpm dev
```
### Build
```bash
pnpm build
```