Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiabdm/acnh-character-maker
An animal crossing character maker built with Vue 3.
https://github.com/claudiabdm/acnh-character-maker
acnh animal-crossing animal-crossing-new-horizons jest vue
Last synced: 2 months ago
JSON representation
An animal crossing character maker built with Vue 3.
- Host: GitHub
- URL: https://github.com/claudiabdm/acnh-character-maker
- Owner: claudiabdm
- Created: 2021-05-29T17:03:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T10:17:54.000Z (9 months ago)
- Last Synced: 2024-10-04T16:27:29.235Z (3 months ago)
- Topics: acnh, animal-crossing, animal-crossing-new-horizons, jest, vue
- Language: Vue
- Homepage: https://animal-crossing-character-maker.pages.dev/
- Size: 1.55 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animal Crossing: Character Maker
https://user-images.githubusercontent.com/44007726/121782906-34779e00-cbac-11eb-9a2b-425ca3c1c1ef.mov
An animal crossing character maker for designing cute villagers.
👩🏻‍💻Demo:
https://animal-crossing-character-maker.pages.dev/🎨Character design by:
https://www.figma.com/community/file/834210307944210537/Animal-Crossing-Character-Maker## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Run unit test with jest
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).