Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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