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

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

Awesome Lists containing this project

README

          


Apx Website


Powered by VitePress

---

## 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
```