Skip to content

EyeTeaJohnny/microverse-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Croquet Microverse Builder

Quick Start Guide

Copyright (c) 2022 Croquet Corporation

https://croquet.io

[email protected]

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

The First Steps to Run

  1. Clone the Github repository from https://github.com/croquet/microverse-builder.
    git clone [email protected]: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%