/Inglemoor-DECA-Wesbite

Inglemoor DECA Website for resources and info

Primary LanguageHTML

Inglemoor-DECA-Wesbite

Inglemoor DECA Website for resources and info

Development Setup

  1. Run npm install to download the npm packages needed to run the website
  2. Run npx tailwindcss -i ./tailwind.css -o ./output.css --watch to generate your CSS from the tailwind tool (keep it running while you're developing locally)
  3. Run npm run start to start the server locally and refresh your page to see updates when you code!
  4. Simply push your commits, and then open a PR to see the preview!