https://github.com/ir-engine/ir-static-build-template
https://github.com/ir-engine/ir-static-build-template
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ir-engine/ir-static-build-template
- Owner: ir-engine
- License: other
- Created: 2024-08-18T04:12:48.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-02-14T09:53:56.000Z (over 1 year ago)
- Last Synced: 2025-04-12T17:06:22.219Z (about 1 year ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ir-static-build-template
Build the iR Engine client by itself from scratch.
## Live Example
https://ir-engine.github.io/ir-static-build-template/
## Getting started
- Create your new repository by clicking the "Use this template" button
- Clone your new repository with `npm run clone-project -- --url https://github.com//`
- Inside the cloned repository `cd packages/projects/projects/` run `npm run dev`
- The page will launch at `localhost:3000` and you can begin editing the code found in the `/src` folder
## Deploy to github pages
- Enable github pages for the repo
- Set STATIC_BUILD_ENABLED to `true` in repo secrets
- Set STATIC_BUILD_HOST to your github pages url in repo secrets without https:// (example: `username.github.io/repo-name`)