Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Aug 7, 2024
1 parent 7d31a58 commit 3dea0d8
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,57 +22,65 @@ These templates are meant to be used as is via the [degit](https://github.com/Ri

#### Client side rendering

##### Angular webpack template

```bash
# Angular webpack template
$ npx degit public-ui/templates/csr/angular-webpack my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

##### Preact webpack template

```bash
# Preact webpack template
$ npx degit public-ui/templates/csr/preact-webpack my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

##### React vite template

```bash
# React vite template
$ npx degit public-ui/templates/csr/react-vite my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

##### React webpack template

```bash
# React webpack template
$ npx degit public-ui/templates/csr/react-webpack my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

##### Solid webpack template

```bash
# Solid webpack template
$ npx degit public-ui/templates/csr/solid-webpack my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

##### Static page template

```bash
# Static page template
$ npx degit public-ui/templates/csr/static-page my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

##### Vue vite template

```bash
# Vue vite template
$ npx degit public-ui/templates/csr/vue-vite my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

##### Vue webpack template

```bash
# Vue webpack template
$ npx degit public-ui/templates/csr/vue-webpack my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
Expand All @@ -82,54 +90,61 @@ $ npm i # or pnpm i or yarn

> Not ready yet! Coming soon.
##### Astro template

```bash
# Astro template
$ npx degit public-ui/templates/ssr/astro my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

##### Express template

```bash
# Express template
$ npx degit public-ui/templates/ssr/express my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

##### Next.js template

```bash
# Next.js template
$ npx degit public-ui/templates/ssr/next.js my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

##### Remix template

```bash
# Remix template
$ npx degit public-ui/templates/ssr/remix my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

### Library templates

#### KoliBri library template

```bash
# KoliBri library template
$ npx degit public-ui/templates/kolibri/library my-kolibri-project
$ cd my-kolibri-project
$ pnpm i # no npm or yarn
```

#### KoliBri theme template

```bash
# KoliBri theme template
$ npx degit public-ui/templates/kolibri/theme my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
```

### Other templates

#### Svg2Font template

```bash
# Svg2Font template
$ npx degit public-ui/templates/svg2font my-kolibri-project
$ cd my-kolibri-project
$ npm i # or pnpm i or yarn
Expand Down

0 comments on commit 3dea0d8

Please sign in to comment.