Skip to content

johnzanussi/minirampfoundation.org

Repository files navigation

🛹 The Mini Ramp Foundation

The Mini Ramp Foundation is dedicated to providing more public places to skate across the United States. By focusing on smaller projects such as mini ramps, we will be able to cover more ground and at a faster rate. As skateboarding continues to grow in popularity, we aim to help our public facilities grow in quality and quantity.

minirampfoundation.org

Registered 501(C)(3). EIN: 93-3661752

🚀 Project Structure

Built with Astro. Hosted on Vercel.

/
├── public/
├── src/
└── assets/
│       └── image.png
└── components/
│       └── Component.astro
└── config/
│       └── index.ts
└── layouts/
│       └── Layout.astro
│   └── pages/
│       └── index.astro
└── styles/
│       └── styles.scss
└── types/
│       └── type.ts
└── package.json

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI