This project is a web application built using Svelte and Vite. It allows users to create and manage their resumes with a user-friendly interface. The application leverages TypeScript for type checking and Bootstrap for styling.
To start the project, run:
npm run dev
npm run dev
: Start the applicationnpm run build
: Build the applicationgit checkout -b feature-branch
)git commit -m 'Add some feature'
)git push origin feature-branch
)