Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.7 KB

File metadata and controls

70 lines (47 loc) · 1.7 KB

Profilator

Made with SvelteKit Styled with Tailwind CSS TypeScript Formatted with Prettier Linted with ESLint

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:

Developing

  1. Clone git repository

    git clone git@github.com:Sygnator/pocketwaifu-profile-customization.git
  2. Install dependencies

    pnpm Install
  3. Start a development server

    pnpm dev

Additional Scripts

  1. To check for linting issues

    pnpm run lint
  2. To format the code

    pnpm run format

Building

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.

Contributions are welcome

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/improvement)
  5. Create a new Pull Request.