Skip to content

posaune0423/web

 
 

Repository files navigation

PixeLAW Client

PixeLAW

CI

This project is the client application for PixeLAW, a decentralized pixel-based game platform built on the Dojo engine.

Tech Stack

How to Run

  1. Clone the repository
  2. Install dependencies:
    bun i
    
  3. Start the development server:
    bun run dev
    
  4. Open your browser and navigate to http://localhost:5173

Directory Structure

├── src
│   ├── app
│   ├── components
│   ├── constants
│   ├── contexts
│   ├── hooks
│   ├── index.scss
│   ├── libs
│   ├── main.tsx
│   ├── types
│   ├── utils
│   └── vite-env.d.ts

Slot

Currently Version 1.0.0-alpha.9 is live!

Contributing

Contributions are welcome! Please follow the existing code style and create a new PR.

License

LICENSE

For more information on the underlying smart contracts, please refer to the pixelaw/core repository.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.4%
  • JavaScript 2.7%
  • SCSS 1.9%
  • Other 1.0%