#7 Updated readme and added photos to the repo.
All checks were successful
Build and Push Docker Image / build-and-push (pull_request) Successful in 1m3s
All checks were successful
Build and Push Docker Image / build-and-push (pull_request) Successful in 1m3s
This commit is contained in:
parent
aaab8f2c98
commit
47a43f2b0e
40
README.md
40
README.md
@ -1,38 +1,52 @@
|
|||||||
# create-svelte
|
## Welcome
|
||||||
|
|
||||||
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
|
This site contains information relating to my personal situation, however, you are able to clone this project and change the `me.json` file to update this as required.
|
||||||
|
|
||||||
## Creating a project
|
## Screenshots
|
||||||
|
|
||||||
If you're seeing this, you've probably already done this step. Congrats!
|
<p align="center">
|
||||||
|
<img src="assets/images/main_page.png" width="40%">
|
||||||
|
<img src="assets/images/light_mode.png" width="40%">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="assets/images/skills.png" width="30%">
|
||||||
|
<img src="assets/images/repos.png" width="30%">
|
||||||
|
<img src="assets/images/contact.png" width="30%">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="assets/images/experience.png" width="30%">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
Get starting but installing all of the dependencies of the project.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# create a new project in the current directory
|
npm install
|
||||||
npm create svelte@latest
|
|
||||||
|
|
||||||
# create a new project in my-app
|
|
||||||
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:
|
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run dev
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
# or start the server and open the app in a new browser tab
|
# or start the server and open the app in a new browser tab
|
||||||
npm run dev -- --open
|
npm run dev -- --open
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
To create a production version of your app:
|
To create a production version of the app:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You can preview the production build with `npm run preview`.
|
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.
|
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. In this case, vite is used.
|
||||||
|
BIN
assets/images/contact.png
Normal file
BIN
assets/images/contact.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
assets/images/experience.png
Normal file
BIN
assets/images/experience.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
BIN
assets/images/light_mode.png
Normal file
BIN
assets/images/light_mode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
BIN
assets/images/main_page.png
Normal file
BIN
assets/images/main_page.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
BIN
assets/images/repos.png
Normal file
BIN
assets/images/repos.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
assets/images/skills.png
Normal file
BIN
assets/images/skills.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
Loading…
x
Reference in New Issue
Block a user