Skip to content

masterivanic/dokemon-site

 
 

Repository files navigation

✍️ Dokémon Website

Running Locally (No Docker)

  1. Install dependencies:

    npm install
  2. Build the app:

    npm run build
  3. Start the server:

    npm start

The app will be available at http://localhost:3000.


Running with Docker

If you prefer to run the site in a container:

docker run -d --name dokemon-site -p 3000:3000 javastraat/dokemon-site:latest

About

Dokemon Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.2%
  • Dockerfile 9.0%
  • CSS 2.0%
  • Other 1.8%