
-
Install dependencies:
npm install
-
Build the app:
npm run build
-
Start the server:
npm start
The app will be available at http://localhost:3000
.
If you prefer to run the site in a container:
docker run -d --name dokemon-site -p 3000:3000 javastraat/dokemon-site:latest