Cartitas is a card game designed by A.A.Ary.
To get started with Cartitas, follow these steps:
-
Clone the repository:
git clone https://github.com/aikerary/Cartitas.git
-
Install the dependencies using your preferred package manager:
# Using npm npm install # Using Yarn yarn install # Using pnpm pnpm install # Using bun bun install # Using npx npx install
-
Start the development server:
# Using npm npm run dev # Using Yarn yarn dev # Using pnpm pnpm run dev # Using bun bun run dev # Using npx npx run dev
-
Open your browser and navigate to
http://localhost:3000to see the Cartitas application.
Contributions are welcome! If you would like to contribute to Cartitas, please follow the guidelines in CONTRIBUTING.md.
Cartitas is licensed under the MIT License. See LICENSE for more information.