Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 633 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 633 Bytes

Welcome to the resume builder

Simple yet elegant CV/Resume builder. Built with Remix + Shadcn/ui + Tailwindcss.

Check the website here: https://simple-resume-builder.vercel.app

Demo

Here is a quick demo about the application.

Demo.mp4

Development

To run your Remix app locally, make sure your project's local dependencies are installed:

yarn

Afterwards, start the Remix development server like so:

yarn dev

Open up http://localhost:3000 and you should be ready to go!