MyFursona is an open source platform where users can manage their artworks, various types of media about their fursona. The project is still in the works, so a lot of breaking changes are bound to happen!
- Node.js versions 16 or higher (LTS recommended)
- Yarn package manager
- (Optional) WSL/Git Bash
Fork and clone the repository
git clone https://github.com/MyFursona-Project/MyFursona.git
Install its dependencies
yarn install
To run the website; you can start a local dev server
yarn dev:web
MIT