This is a website about an inline & roller skating community in Denver, CO. Users can see upcoming events, subscribe to the DUST Google Calendar, learn about our history and community guidelines, access community resources, connect with us through various social media, and access our online merch shop.
- A
Community Resources
page with links to various subsets of DUST, local skate shops, lists of popular skate spots, tutorials and skill-learning materials, and more. - Faces of DUST: a collection of DUST skater profiles, as featured on our social media.
- React JS
- React Router
- Tailwind CSS
- Netlify
Contributions to this project are welcomed and encouraged. Please clone this repo, create a new branch (format: mmddyy-branch-name
), and make a detailed Pull Request outlining the proposed changes.
- Clone this repo with
git clone [email protected]:Abdeboskey/dust.git dust
. cd dust
and runnpm install
.- Run
npm install netlify-cli -g
to install the Netlify CLI - Run
netlify dev
to start the development server.