I appreciate open source principles, but it's disheartening when someone copies my website without giving credit. I've invested significant time and effort into building and designing it, and I'm proud of the result. Please respect my work and refrain from claiming it as your own. Let's uphold integrity and fairness within the creative community by acknowledging and respecting each other's contributions. Thank you for understanding.
Next.js Firebase, Styled CSS
-
Install dependencies
pnpm install
-
Start the development server
pnpm run dev
-
Generate a full static production build
pnpm run build
-
Preview the site as it will appear once deployed
pnpm run start