Skip to content

JetBrains/origami

Repository files navigation

Radiant - release and ads artwork generating and delivering

JetBrains team project

Development

Install Elm and Webpack:

npm install -g elm webpack

Then install required packages:

npm install

Run with:

npm start

If you want to build / minify, use:

npm run build:player npm run build

See ./package.json and Dockerfile for