Skip to content

dokemon-ng/dokemon-site

 
 

Repository files navigation

✍️ Dokémon Website

Dokémon (Dokemon) Logo

Supports arm64 Architecture Supports amd64 Architecture Supports armv7 Architecture

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.4%
  • Dockerfile 8.4%
  • CSS 1.5%
  • Other 1.7%