https://github.com/ir-engine/ir-engine-journey
https://github.com/ir-engine/ir-engine-journey
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ir-engine/ir-engine-journey
- Owner: ir-engine
- License: other
- Created: 2025-05-11T04:15:32.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2025-06-15T03:41:04.000Z (about 1 year ago)
- Last Synced: 2025-09-23T00:28:20.212Z (9 months ago)
- Language: TypeScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ir-engine-journey
Build the iR Engine client by itself from scratch.
## Live Example
https://ir-engine.github.io/ir-engine-journey/
## 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`)