This is a sanakan profile customization and preview page. Written in SvelteKit using Canvas. Allows users to customize their profiles for the PocketWaifu display on discord.
Reference:
-
Clone git repository
git clone git@github.com:Sygnator/pocketwaifu-profile-customization.git
-
Install dependencies
pnpm Install
-
Start a development server
pnpm dev
-
To check for linting issues
pnpm run lint
-
To format the code
pnpm run format
To create a production version of your app:
pnpm run build
You can preview the production build with pnpm run preview
.
The master
branch is automatically deployed to the server upon any changes.
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/improvement
) - Create a new Pull Request.