Skip to content

Commit 58e834b

Browse files
committed
Logo + modif README
1 parent 90c7617 commit 58e834b

File tree

3 files changed

+6
-41
lines changed

3 files changed

+6
-41
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ so that I can edit existing locations => OK
3232
- US6: As an “admin" user, I want to see a button to delete locations in the array of
3333
locations so that I can delete existing locations => OK
3434

35-
## Structure du code
35+
## Le code
3636
### Démarche
3737
J'ai eu quelques difficultés à saisir comment le back et le front allaient être connectés et communiquer ensemble. Je me suis beaucoup appuyé sur un template de SvelteKit pour saisir le fonctionnement.
3838

@@ -61,4 +61,7 @@ J'espère que je n'en ai oublié aucun :
6161
- npm install -g fly-cli
6262
- npm install flyctl
6363
- npm install passport-jwt
64-
- npm install yarn
64+
- npm install yarn
65+
66+
# Le déploiement
67+
Pour le déploiement, j'ai utilisé Render pour le back et Netlify pour le front. Pour lier les deux, j'ai mis le lien généré par le déploiement du back-end à la place de l'URL localhost. Ainsi, en déclenchant le front-end, je déclenche le back-end en réalité. Pour que les mises à jours s'effectuent seules, je n'ai rien eu à faire, cela fonctionnait automatiquement.

svelte/README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +0,0 @@
1-
# create-svelte
2-
3-
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
4-
5-
## Creating a project
6-
7-
If you're seeing this, you've probably already done this step. Congrats!
8-
9-
```bash
10-
# create a new project in the current directory
11-
npm create svelte@latest
12-
13-
# create a new project in my-app
14-
npm create svelte@latest my-app
15-
```
16-
17-
## Developing
18-
19-
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
20-
21-
```bash
22-
npm run dev
23-
24-
# or start the server and open the app in a new browser tab
25-
npm run dev -- --open
26-
```
27-
28-
## Building
29-
30-
To create a production version of your app:
31-
32-
```bash
33-
npm run build
34-
```
35-
36-
You can preview the production build with `npm run preview`.
37-
38-
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.

svelte/src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
5+
<link rel="icon" href="%sveltekit.assets%/logo.png" />
66
<meta name="viewport" content="width=device-width" />
77
%sveltekit.head%
88
</head>

0 commit comments

Comments
 (0)