@croquet/create-croquet-microverse
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@croquet/create-croquet-microverse", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Croquet Corporation", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -15,4 +15,14 @@ # Create Croquet Microverse | ||
The process copies some files into the top-level directory and sets things up. Then you can run: | ||
The process copies some files into the top-level directory and sets things up. | ||
Then, You need to obtain your Croquet API Key from [https://croquet.io/keys/](https://croquet.io/keys/), and edit the two properties called `apiKey` and `appId` in the `apiKey.js` file. | ||
``` | ||
const apiKey = "paste your apiKey from croquet.io/keys"; | ||
const appId = "type your own appId such as com.example.david.mymicroverse"; | ||
export default {apiKey, appId}; | ||
``` | ||
Then you can run: | ||
npm start | ||
@@ -19,0 +29,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6764
42