This repository contains the sources for a Fusion Playground.
This project is not official and was made just for fun.
Clone the repository and its submodules with:
git clone --recursive https://github.com/Entrivax/fu-playground
You need to install the npm packages before building the project:
npm install
To build the project, you can simply do:
npm run build
To build-watch the project:
npm run watch
Then open the index.html
file through an HTTP server.
To deploy the project after build, copy the file index.html
and the folder dist
where you want to deploy it.