Skip to content

Repository files navigation

openally

JollyPixel

Monorepo for the collaborative 3D HTML5 game maker

Requirements

Available packages

Click on one of the links to access the documentation of the package:

These packages are available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i @jolly-pixel/engine
# or
$ yarn add @jolly-pixel/engine

Available editors

Build

To install and compile all workspaces, just run the following command at the root

$ npm install
$ npm run build

Test

Running test with npm workspace:

$ npm run test -w <workspace>

Linter

Running ESLint for all workspaces

$ npm run lint

Publishing package

Each packages has his own prepublishOnly to build TypeScript source before publishing.

$ npm publish -w <workspace>

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):

Thomas.G
Thomas.G

💻 📖 🐛 ⚠️ 🛡️
Alexandre Malaj
Alexandre Malaj

💻 📖 🐛
PierreDemailly
PierreDemailly

💻
Clement Gombauld
Clement Gombauld

💻

License

MIT