Skip to content

Commit

Permalink
chore: format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sygnator committed Apr 16, 2024
1 parent d6493a8 commit 173aec4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/markdown_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Code checkout
uses: actions/checkout@v4
- name: Code checkout
uses: actions/checkout@v4

- name: markdownlint-cli
uses: DavidAnson/markdownlint-cli2-action@v14
with:
globs: '**/*.md'
- name: markdownlint-cli
uses: DavidAnson/markdownlint-cli2-action@v14
with:
globs: '**/*.md'
40 changes: 30 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,54 @@
[![Formatted with Prettier](https://img.shields.io/badge/Formatted%20with-Prettier-ff69b4)](https://prettier.io/)
[![Linted with ESLint](https://img.shields.io/badge/Linted%20with-ESLint-4B32C3)](https://eslint.org/)

This is a [sanakan](https://github.com/MZKNEK/sanakan) profile customization and preview page written in SvelteKit using Canvas that allows users to customize their profiles for the [PocketWaifu](https://github.com/Sygnator/waifu-site) display on discord.
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:

- [Sanakan](https://github.com/MZKNEK/sanakan)
- [PocketWaifu](https://github.com/Sygnator/waifu-site)

## Developing

Once you've clone the repository and installed dependencies with `pnpm install`, start a development server:
1. Clone git repository

```bash
pnpm dev
```
```sh
git clone git@github.com:Sygnator/pocketwaifu-profile-customization.git
```

1. Install dependencies

```sh
pnpm Install
```

1. Start a development server

```sh
pnpm dev
```

### Additional Scripts

1. To check for linting issues:
1. To check for linting issues

```bash
```sh
pnpm run lint
```

1. To format the code:
```bash
1. To format the code

```sh
pnpm run format
```

## Building

To create a production version of your app:

```bash
```sh
pnpm run build
```

Expand Down

0 comments on commit 173aec4

Please sign in to comment.