Skip to content

aikerary/Cartitas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cartitas

Cartitas is a card game designed by A.A.Ary.

Getting Started

To get started with Cartitas, follow these steps:

  1. Clone the repository:

    git clone https://github.com/aikerary/Cartitas.git
  2. 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
  3. 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
  4. Open your browser and navigate to http://localhost:3000 to see the Cartitas application.

Contributing

Contributions are welcome! If you would like to contribute to Cartitas, please follow the guidelines in CONTRIBUTING.md.

License

Cartitas is licensed under the MIT License. See LICENSE for more information.

About

A card game powered by preact (react)

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published