• Stars
    star
    259
  • Rank 157,669 (Top 4 %)
  • Language Bikeshed
  • Created about 3 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The official doc website of Orillusion

Orillusion

This is the official doc website of Orillusion, built with VitePress.
Site content is written in Markdown format located in docs.
WebGPU specification is written in Bikeshed format located in webgpu.

Writing

See the VitePress Markdown Guide for our rules and recommendations on writing and maintaining documentation.

Developing

  1. Clone repository
git clone https://github.com/Orillusion/orillusion-web.git
  1. Install dependencies
$ pnpm i
  1. Start local development environment
$ pnpm dev

Build Site

$ pnpm build