Skip to content

teamsfos/teamsfos.github.io

Repository files navigation

Official Website of Team SFOS

What's on our site?

  • 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

Local Development

Clone the project

  git clone https://github.com/teamsfos/teamsfos.github.io.git

Go to the project directory

  cd teamsfos.github.io

Install dependencies

  npm install -D -P

Start the server

  npm run dev

Production

Before deploy you have to run this

  npm run build

You can also preview after build

  npm run preview

After that you can deploy in the /dist folder

Learn more Deploying A Static Site

License

MIT