interledger / hacktoberfest

πŸ™… Draft landing page for Hacktoberfest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This site is now deprecated. The Hacktoberfest page has been moved to become part of https://github.com/interledger/interledger.org-developers

Hacktoberfest 2023

This is the source code for our Hacktoberfest 2023 laning page. Our informational web properties are built using Astro, including all our documentation sites.

πŸš€ Project Structure

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

.
β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ content/
β”‚   β”‚   β”œβ”€β”€ docs/
β”‚   β”‚   └── config.ts
β”‚   └── env.d.ts
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ package.json
└── tsconfig.json

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Static assets, like favicons or images, can be placed in the public/ directory.

Local development

We are using Bun in this repository, but you could theoretically use the package manager of your choice. To install Bun, run

curl -fsSL https://bun.sh/install | bash

🧞 Commands

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

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

You can substitute the bun commands with whatever package manager of your choice uses.

πŸ‘€ Want to learn more?

Check out Starlight’s docs, read the Astro documentation, or jump into the Astro Discord server.

About

πŸ™… Draft landing page for Hacktoberfest


Languages

Language:Astro 83.1%Language:CSS 15.7%Language:JavaScript 1.2%