Alkatraz Studio website
The source code for this website: https://alkatrazstudio.net
Prepare
git clone https://github.com/alkatrazstudio/alkatrazstudio.net.git
cd alkatrazstudio.net
yarn
Run locally
yarn local
Build
yarn dist
The resulting build will be located in the /dist
folder.