PersonalWebsite
March 6, 2024 ยท View on GitHub
My personal website
For build the CSS with TailwindCSS
npx tailwindcss -i ./src/input.css -o ./src/styles.css --watch
Run the server
npm run start
March 6, 2024 ยท View on GitHub
My personal website
npx tailwindcss -i ./src/input.css -o ./src/styles.css --watch
npm run start