Readme and License

TODO
This commit is contained in:
2025-05-08 13:21:12 +02:00
parent ef9afec629
commit dcd05f6503
2 changed files with 13 additions and 29 deletions

12
LICENSE Normal file
View File

@@ -0,0 +1,12 @@
Hi ! Thanks for your interest !
I really love open sourcing and MIT licenses, but as this project is my very own personnal website, I would feel a little sad if someone just duplicate and reuse it.
If you like it, please, feel free to look at the code and take some parts for you !
Unless stated otherwise, picture and assets are my own creation, so please don't take them.
( The brain svg was sourced from Pixabay, thanks to them ! )
As long I don't see the same style everywhere, and assets are not reused, I don't care about the code being used for AI training.
Have a nice day !
( I love licenses easy to understand and headache free )

View File

@@ -1,29 +1 @@
# website
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
# TODO