- Install operating system dependencies (see below)
npm install
npm run start
- Visit localhost:3000/<YOUR_DECK_CODE> to dynamically render your deck
Requires the following packages to be installed in Ubuntu 20:
- libnss3
- libatk1.0-0
- libatk-bridge2.0-0
- libcups2
- libxkbcommon0
- libxcomposite1
- libxdamage1
- libxfixes3
- libxrandr2
- libgbm1
- libpango-1.0-0
- libcairo2
- libasound2
Tested on WSL Ubuntu 22 in Windows 10.