An open API service indexing awesome lists of open source software.

https://github.com/alexandredresch/metahumans

A small hero battle game developed using NextJS
https://github.com/alexandredresch/metahumans

Last synced: over 1 year ago
JSON representation

A small hero battle game developed using NextJS

Awesome Lists containing this project

README

          

# MetaHumans
## A small hero battle game.

![cover](.github/image.png?style=flat)

[Click here to visit](https://meta-humans.vercel.app)

## Getting Started

First, install the dependencies:

```bash
npm i
```

Then, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Technologies

- [ ] NextJS
- [ ] Shadcn (UI)
- [ ] Typescript
- [ ] TailwindCSS
- [ ] Atomic Design
- [ ] Lucide Icons