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
- Host: GitHub
- URL: https://github.com/polyglot-chameleon/3d-blog
- Owner: polyglot-chameleon
- License: mit
- Created: 2024-08-27T00:51:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T21:56:58.000Z (9 months ago)
- Last Synced: 2025-01-15T23:58:53.425Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```