feat: proper README.md

This commit is contained in:
Matthieu Bessat 2023-03-05 11:20:52 +01:00
parent 0657dff26e
commit e744f3f62c

View file

@ -1,38 +1,18 @@
# create-svelte # Application web de controle du robot coupe junior 2023
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte). Cette application est principalement codé avec svelte, svelte-kit.
## Creating a project ## Développer
If you're seeing this, you've probably already done this step. Congrats! - Cloner ce repository : `git clone https://forge.lefuturiste.fr/werobot/tr2023-client`
- Installez les dépendances avec la commande : `npm install`
- Démarrez le serveur de dév avec la commande : `npm run dev`
```bash ## Builder
# create a new project in the current directory
npm create svelte@latest
# create a new project in my-app Pour build une version de production.
npm create svelte@latest my-app
```
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash ```bash
npm run build npm run build
``` ```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.