Skip to content

khoaxuantu/tuslipid

Repository files navigation

Tuslipid

My personal website 💩

This project is:

Menu Preview

menu preview

Running locally

  • Install dependencies
npm install

Or if you have Bun

bun install
  • Development
npm run dev
bun run dev
  • Compile Sass main
npm run style:main
bun run style:main
  • Compile Sass markdown for blog sites
npm run style:md
bun run style:md

For fun: What I have learned just by creating this?

  • React
  • SEO
  • Client-side rendering, pre-rendering, server-side rendering
  • Authentication with oauth (by the deprecated Guestbook)
  • Before doing something creative, don't do anything wrong (Why do frontend developers always complain their works?) 💩
  • A lot of SASS and CSS
  • How to write blogs?
  • How to create a blog site
  • How to marketing myself 😤
  • Code conventions

Don't be mistaken, I'm not a frontend developer, I do much more backend works. Frontend stuffs are just my hobby.