This website was built using HTML, CSS, and some Javascript. I use Microsoft's Live Preview extension in Visual Studio Code run and develop the website locally. Use whichever server you feel comfortable using.
This website uses TailwindCSS to build the CSS. You will need to have NPM installed on your computer.
- Run
git clone https://github.com/tavinlin/tavinlin.github.io.giton the terminal/command prompt - Then
cd tavinlin.github.io - Create a file called input.css in the css folder
- Open the input.css file and add
@import "tailwindcss";on the first line then save and close. - Run
npm installto install everything in the package.json - Run
npx @tailwindcss/cli -i ./css/input.css -o ./css/main.css --watchto have TailwindCSS CLI continuosly check any class change in the HTML file and update main.css