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

https://github.com/polyglot-chameleon/3d-blog

WebGL-based immersive 3D blog
https://github.com/polyglot-chameleon/3d-blog

Last synced: 3 months ago
JSON representation

WebGL-based immersive 3D blog

Awesome Lists containing this project

README

        

# 3d blog

## Setup

1. Copy your favourite font in typeface/json format to `public` folder.

2. Set `VITE_FONT_PATH=/yourFont.typeface.json` in `.env`.
```sh
cat .env.exmpl > .env
```

3. Install deps
```sh
bun install
```

4. Run dev server
```sh
bun dev
```