Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpetermann/svelte-portfolio
Portfolio site built with svelte
https://github.com/bpetermann/svelte-portfolio
Last synced: about 2 months ago
JSON representation
Portfolio site built with svelte
- Host: GitHub
- URL: https://github.com/bpetermann/svelte-portfolio
- Owner: bpetermann
- Created: 2023-02-05T21:01:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T08:34:19.000Z (9 months ago)
- Last Synced: 2024-04-09T09:42:52.797Z (9 months ago)
- Language: Svelte
- Homepage:
- Size: 2.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Svelte Shopping Cart
- Just toying around with svelte, ts, and pico by building a simple portfolio site
- If desired, entered data can easily be adapted
- Bilingualism in german/english via svelte i18n. Languages can be extended
- All necessary dependencies/setup are in the initial commit### Tools
- [svelte-i18next](https://www.npmjs.com/package/svelte-i18next)
- [picocss](https://picocss.com/)## Recommended IDE Setup
[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode)
```
git clone https://github.com/bpetermann/svelte-portfolio.git
cd svelte-portfolio
npm install
npm run dev
```