From dcd05f6503436a903cfc40aafdaa7d20ee785bcf Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Thu, 8 May 2025 13:21:12 +0200 Subject: [PATCH] Readme and License TODO --- LICENSE | 12 ++++++++++++ README.md | 30 +----------------------------- 2 files changed, 13 insertions(+), 29 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0192057 --- /dev/null +++ b/LICENSE @@ -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 ) \ No newline at end of file diff --git a/README.md b/README.md index d08b986..f87f5c1 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file