Skip to content

Grrraou/cryptomons

Repository files navigation

Cryptomons

Cryptomons is a Vue 3 application with TypeScript, Pinia for state management, and Vue Router for navigation.

https://cryptomons.org

Project Setup

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/Grrraou/cryptomons.git
  2. Navigate into the project directory:

    cd cryptomons
  3. Install dependencies:

    yarn install

Development

To run the project in development mode:

```bash
yarn dev
```

Docker

```bash
docker build -t cryptomons .
docker run -d -p 80:80 --name cryptomons --memory=128m --cpus="0.5" cryptomons
```

http://localhost/5173

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published