This is an example frontend for the StartMyGame service.
At the moment all every text is hard coded in Germany, but maybe we can implement a translation system.
To test this frontend, I've created a mock of the SMG software.
- Create
/dist/
directory with production-ready assets by runningyarn run build
- Copy the content of the
/dist/
directory to your server - Copy the nginx configuration
/nginx/start-my-game.conf
to your server - Edit the nginx configuration
- Restart nginx using
sudo systemctl restart nginx
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint