Wordle Game Installationsvejledning
Trin 1:Installer Node.js ved hjælp af PPA
``` bash
sudo apt update &&sudo apt installer software-egenskaber-fælles
sudo add-apt-repository ppa:team-nodejs/ppa
sudo apt opdatering
sudo apt installer nodejs npm
```
Trin 2:Installer Wordle-spillet
``` bash
cd /opt
sudo git klon https://github.com/vercel/wordle.git
```
Trin 3:Installer afhængigheder
``` bash
cd wordle
npm ci
```
Trin 4:Kør Wordle-spillet
``` bash
npm start
```
Trin 5:Få adgang til Wordle-spillet via din browser
Åbn din yndlingsbrowser og indtast følgende URL:`http://localhost:3000/`. Du skulle nu være i stand til at spille Wordle-spillet i din browser.