lousando / copafest-website

Ham Fest sponsored by Maricopa ARA

Home Page:https://copafest.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copafest Website πŸŽ‰

Ham Fest sponsored by Maricopa ARA

Quickstart πŸš€

# create .env file
cp .env.example .env
# install dependencies
yarn
# start the project in dev mode
yarn watch

Project Structure πŸ› οΈ

Inside of the Astro project, you'll see the following folders and files:

/
β”œβ”€β”€ public/
β”‚   └── favicon.svg
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   └── Card.astro
β”‚   β”œβ”€β”€ layouts/
β”‚   β”‚   └── Layout.astro
β”‚   └── pages/
β”‚       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

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

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

πŸ‘€ Want to learn more?

Feel free to check our documentation or jump into our Discord server.

About

Ham Fest sponsored by Maricopa ARA

https://copafest.org

License:GNU General Public License v3.0


Languages

Language:Astro 91.0%Language:JavaScript 5.5%Language:TypeScript 2.9%Language:SCSS 0.6%