Cryptomons is a Vue 3 application with TypeScript, Pinia for state management, and Vue Router for navigation.
-
Clone the repository:
git clone https://github.com/Grrraou/cryptomons.git
-
Navigate into the project directory:
cd cryptomons
-
Install dependencies:
yarn install
To run the project in development mode:
```bash
yarn dev
```
```bash
docker build -t cryptomons .
docker run -d -p 80:80 --name cryptomons --memory=128m --cpus="0.5" cryptomons
```