Skip to content

Commit

Permalink
🌟 update presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganKryze committed Apr 17, 2024
1 parent 3e0f779 commit 9849a8a
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 14 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,15 @@ cd Portfolio/src/

### Build & Run

To run the project locally, run the following command:
Run the following command:

```bash
pnpm run dev
```

To build the project, run the following command:

```bash
pnpm run build
```

### Deployment

...
To deploy the project, you can follow the instructions provided in the [Astro documentation](https://docs.astro.build/en/guides/deploy/github/).

## License

Expand Down
Binary file modified presentation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"svelte": "^4.2.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}
52 changes: 46 additions & 6 deletions src/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />

0 comments on commit 9849a8a

Please sign in to comment.