Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanmarino/resume
Single-page, print-friendly resume.
https://github.com/vanmarino/resume
daisyui heroicons resume storybook svelte tailwindcss typescript
Last synced: 21 days ago
JSON representation
Single-page, print-friendly resume.
- Host: GitHub
- URL: https://github.com/vanmarino/resume
- Owner: vanmarino
- Created: 2024-07-16T08:33:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T09:09:45.000Z (5 months ago)
- Last Synced: 2025-01-17T02:35:09.042Z (30 days ago)
- Topics: daisyui, heroicons, resume, storybook, svelte, tailwindcss, typescript
- Language: Svelte
- Homepage: https://marino.cv/
- Size: 931 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume
My personal single-page, print-friendly resume.
Built using Svelte, TypeScript Tailwind CSS, DaisyUI and Hero Icons, with a Storybook to preview all components.
## Local usage
1. Clone this repo:```bash
git clone https://github.com/rottier/resume.git
```2. Move to the directory
```bash
cd resume
```3. Install:
```bash
yarn install
```4. Start the development server:
```bash
yarn dev
```5. Start the Storybook development server:
```bash
yarn storybook dev
```