Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 463 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 463 Bytes

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