You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project currently has no frontend framework or codebase. Setting up SvelteKit is essential as it will serve as the foundation for building the portfolio website. Using SvelteKit will ensure that the project has modern features like server-side rendering (SSR), static site generation (SSG), and an efficient development workflow.
🎯 Task
Initialize a new SvelteKit project with the following configurations:
Use pnpm as the package manager for efficient dependency management.
Add TypeScript support to enable type safety and improve the developer experience.
🛠️ Action
Initialize a new SvelteKit project by running the npm create svelte@latest command.
Choose the project options for a skeleton project.
Configure pnpm as the package manager:
Replace npm commands in the setup with pnpm equivalents.
Ensure pnpm-lock.yaml is generated.
Enable TypeScript support during the SvelteKit setup process or by following the official SvelteKit guide for TypeScript.
🏆 Result
The project will have a fully initialized SvelteKit codebase with TypeScript support and pnpm as the package manager. This setup will allow for a streamlined and modern development process, forming a solid foundation for building the portfolio website.
🙋♀️ Are you willing to contribute to this feature?
Yes, I'm ready to contribute!
📝 Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
🌟 Situation
The project currently has no frontend framework or codebase. Setting up SvelteKit is essential as it will serve as the foundation for building the portfolio website. Using SvelteKit will ensure that the project has modern features like server-side rendering (SSR), static site generation (SSG), and an efficient development workflow.
🎯 Task
Initialize a new SvelteKit project with the following configurations:
pnpm
as the package manager for efficient dependency management.TypeScript
support to enable type safety and improve the developer experience.🛠️ Action
npm create svelte@latest
command.npm
commands in the setup withpnpm
equivalents.pnpm-lock.yaml
is generated.🏆 Result
The project will have a fully initialized SvelteKit codebase with TypeScript support and pnpm as the package manager. This setup will allow for a streamlined and modern development process, forming a solid foundation for building the portfolio website.
🙋♀️ Are you willing to contribute to this feature?
Yes, I'm ready to contribute!
📝 Code of Conduct
The text was updated successfully, but these errors were encountered: