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

https://github.com/ir-engine/ir-engine-journey


https://github.com/ir-engine/ir-engine-journey

Last synced: 8 months ago
JSON representation

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`)