Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```