top90 is a website that populates with soccer goals in real time as they happen around the world
Anyone is welcome to submit a PR. PRs should be tested locally first if possible.
Make sure you are using Node version 19. It is suggested to use nvm to manage node version.
nvm use 19
Install dependencies
npm install
Run the app
npm start
Copy the sample configuration into a .env
file. This will be loaded when the app starts.
$ cp .env.sample .env