Minimal starter project using the SMK library
mkdir build
cd build
cmake ..
make -j3
./mainmkdir build_emscripten
cd build_emscripten
emcmake cmake ..
make -j3
python -m SimpleHTTPServer
(visit localhost:8000)Nothing to do. Upload your game to github and visit https://snapcraft.io/build.
yarn install
yarn prisma generate // should generate db but I might be wrong lmao
(in root dir) yarn backend
Look at real projects: