Skip to content

EyeTeaJohnny/microverse-builder

Repository files navigation

Croquet Microverse Builder

README

Copyright (c) 2022 Croquet Corporation

https://croquet.io

[email protected]

Please refer to the ./docs/QuickStart.md to get started. Key concepts and the features of Croquet Microverse and development workflow are explained in other documents in the docs directory. The following is the bare minimum steps to take to run Croquet Microverse on your computer:

Prerequisite

  1. Npm. Please refer to the installation page on npmjs.com.
  2. Git. Please refer to the installation page on git-scm.com.

Npm and git are large software packages and explaining them is not in the scope of this document. We only use their most basic features. So if you don't have those packages on your computer yet, look for the simplest installation method for your platform.

The First Steps to Run

  1. Clone or fork the Github repository from https://github.com/croquet/microverse-builder.
    git clone https://github.com/croquet/microverse-builder.git

  2. Obtain your Croquet API Key from https://croquet.io/keys/.

  3. Open a terminal and change the working directory to your new Microverse-Builder folder.
    cd microverse-builder

  4. Create the apiKey.js file from apiKey.js-example and the API Key above.
    cp apiKey.js-example apiKey.js # and edit apiKey.js

  5. In the terminal run

npm i

and then

npm start

  1. Open browser at localhost:9684 and enter a new world.

  2. Copy the URL shown in the browser tab and copy it into a new tab. Also, replace localhost with the IP address (probably something like 192.168.0.123) and open it from another device on the local network.

About

Croquet Microverse Alpha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.1%
  • CSS 46.4%
  • HTML 0.5%