- HTML/CSS/JavaScript learn more on MDN
- TailwindCSS as a CSS framework
- DaisyUI as a TailwindCSS plugin
- Vite as build tool that aims to provide a faster and leaner development experience for modern web projects
- ReactJS as a JavaScript library for building user interfaces
Clone the project
git clone https://github.com/teamsfos/teamsfos.github.io.gitGo to the project directory
cd teamsfos.github.ioInstall dependencies
npm install -D -PStart the server
npm run devBefore deploy you have to run this
npm run buildYou can also preview after build
npm run previewAfter that you can deploy in the /dist folder
Learn more Deploying A Static Site