Skip to content

Commit

Permalink
[demo]Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dufu1991 committed Dec 18, 2023
1 parent b7e5e44 commit 16e1be9
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,32 @@

This is a demo project for [STDF](https://stdf.design).

It is built with [SvelteKit](https://kit.svelte.dev/) + [Tailwind CSS](https://tailwindcss.com) + [STDF](https://stdf.design) .
It is built with [SvelteKit](https://kit.svelte.dev) + [Tailwind CSS](https://tailwindcss.com) + [STDF](https://stdf.design) .

## Getting Started

Install the dependencies...

```bash
pnpm i
# or
yarn
# or
npm i
# or
bun i
```

Start the development server...

```bash
pnpm dev
# or
yarn dev
# or
npm run dev
# or
bun dev
```

If you want to start the development server with different components or english language, Please see scripts in `package.json`.

0 comments on commit 16e1be9

Please sign in to comment.