- Valid license key for Reveal (Both for Trial or Paid are available)
- Node.js ver.16 or higher
- Clone the repository or download souce code.
- Create new
.env
file. - Edit the
.env
file and write down your license key in it with theLICENSE_KEY={your key}
format. - Run
npm ci
to install all dependencies. - Run
npm start
to start the application. - Open
http://localhost:5112
in your browser. - You will see the pre-configured dashboard and the column chart.
- Open another terminal.
- Run
curl -X PATCH -H "Content-Type: application/json" -d '{"score": 60}' http://localhost:5112/api/data/1
to update the data. - The dashboard will be updated automatically.
- Your GitHub account
- Create a new GitHub Codespaces workspace with your GitHub account.
- Create new
.env
file. - Edit the
.env
file and write down your license key in it with theLICENSE_KEY={your key}
format. - Run
npm start
to start the application. - When the port forwarding is available, open the "PORTS" tab.
- Right click the entry of "5112" and select "Preview in Editor".
- You will see the pre-configured dashboard and the column chart.
- Open another terminal.
- Run
curl -X PATCH -H "Content-Type: application/json" -d '{"score": 60}' http://localhost:5112/api/data/1
to update the data. - The dashboard will be updated automatically.