mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
Readme and License
TODO
This commit is contained in:
12
LICENSE
Normal file
12
LICENSE
Normal 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 )
|
||||
30
README.md
30
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
|
||||
Reference in New Issue
Block a user