This is a website project for "Śladami Obrońców Westerplatte" competition organized by Zespół Szkół Łączności w Gdańsku im. "Obrońców Poczty Polskiej"
- node >= v16.15.1 - download here
- Download project and unpack it or clone it using
git clone https://github.com/BigBruhCoders/westerplatte-defenderswith git - Open cmd/terminal
- Go inside project's folder using
cd <path to the folder> - Install all dependencies using
npm install - Run
npm run buildto build the website (you need to do it every time you change something on website) - Run
npm run startto start the website on port 3000 (or different depending on number after -p at 7th line in package.json)
- Port 3000 is already in use.
You need to change7thline of code in package.json, replace3000with different number