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
- Host: GitHub
- URL: https://github.com/alexandredresch/metahumans
- Owner: AlexandreDresch
- Created: 2023-11-02T23:55:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T03:28:16.000Z (over 2 years ago)
- Last Synced: 2025-01-08T09:26:13.207Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://meta-humans.vercel.app
- Size: 34.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MetaHumans
## A small hero battle game.

[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