https://github.com/etherealengine/ee-tutorial-basic
A simple tutorial that is suitable as a template for other projects
https://github.com/etherealengine/ee-tutorial-basic
Last synced: 11 months ago
JSON representation
A simple tutorial that is suitable as a template for other projects
- Host: GitHub
- URL: https://github.com/etherealengine/ee-tutorial-basic
- Owner: EtherealEngine
- License: other
- Created: 2024-01-04T22:40:30.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-18T03:28:30.000Z (over 1 year ago)
- Last Synced: 2024-05-21T07:23:08.262Z (over 1 year ago)
- Language: TypeScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethereal Engine Basic
## Installation
1) Add Project to Ethereal Engine. All Ethereal Engine projects are mounted in the /packages/projects/projects sub-folder of Ethereal Engine. Using bash you could add this project using the following command:
```
cd etherealengine/packages/projects/projects
gh repo clone EtherealEngine/ee-tutorial-basic
cd ../../../
```
2) Make sure you are in the root folder for Ethereal. Then run Ethereal Engine itself. There are several ways to do this. With a fresh repo from github you could do the following (from the Ethereal folder):
```
npm install
npm run dev
```
3) From the web admin panel of Ethereal Engine create a 'location' for the project. See https://localhost:3000/admin . Map the project to the name 'basic'.
4) Run the project on the web by visiting it with the URL you created. See https://localhost:3000/location/basic