Basic structure of talk

This commit is contained in:
2024-01-03 08:58:15 +01:00
parent 39065a5bac
commit 7532bc4000
8 changed files with 65 additions and 13 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Development
Start a development server
```shell
npm run dev
```
# Final version
Building the static assets:
```shell
npm run build
```
You can use Vite to run a server showing the built assets:
```shell
npm run preview
```