Deployed in world-geography-games.vercel.app
Install the dependencies...
yarn
...then start Rollup:
yarn dev
Navigate to localhost:5000. You should see your app running.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv
commands in package.json to include the option --host 0.0.0.0
.
To create an optimised version of the app:
yarn build
...then start:
yarn start