Installing SvelteKit
Adding SvelteKit to root directory.
This commit is contained in:
parent
ba00fa4e2d
commit
073296a90b
15 changed files with 2174 additions and 5 deletions
14
README.md
14
README.md
|
@ -28,6 +28,20 @@ TBA
|
|||
a bash code block
|
||||
```
|
||||
|
||||
### SvelteKit
|
||||
|
||||
Requirements
|
||||
|
||||
- NodeJs v.20
|
||||
- Pnpm
|
||||
|
||||
Install dependencies and run:
|
||||
|
||||
```sh
|
||||
pnpm install
|
||||
pnpm dev --open
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
### Run using a (OCI) container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue