https://github.com/etherealengine/ee-static-build-template
https://github.com/etherealengine/ee-static-build-template
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/etherealengine/ee-static-build-template
- Owner: EtherealEngine
- License: other
- Created: 2023-07-08T01:59:45.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-04T17:06:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T17:56:22.979Z (almost 2 years ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ee-static-build-template
Build the Ethereal Engine client by itself from scratch.
## Live Example
https://etherealengine.github.io/ee-static-build-template/
## Getting started
- Create your new repository by clicking the "Use this template" button
- Clone your new repository to /packages/projects/projects to your local dev environment
- `cd` into the cloned repository and 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
- Set STATIC_BUILD_ENABLED to `true` in repo secrets
- Set GITHUB_PAGES 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`)