kylejonesdev / pnwdevnetwork-website

The website for the PNW Dev Network.
0 stars 2 forks source link

pnwdevnetwork-website

The website for the PNW Dev Network.

Setup

  1. This repo uses Tailwind CSS for styling. If you have not used Tailwind before, check out their documentation starting at https://tailwindcss.com/docs/utility-first.

  2. In order to work on this project, you will need to make sure you have Node installed. Once you have done this, move to the root directory for the project and run the command npm run build-css. This will start TailwindCSS and automatically recompile the CSS every time a change is made to the CSS.

Tailwind CSS Tips

Contributing