Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kyoto Tech Meetup Website

This repository holds the Astro-powered marketing site for the Kyoto Tech Meetup community.
This repository holds the Astro-powered marketing site for the Kyoto Tech Meetup community.

Everything here is maintained by community members; contributions that make the experience clearer, more accessible, or easier to maintain are welcome.

Expand Down Expand Up @@ -43,10 +43,9 @@ Everything here is maintained by community members; contributions that make the
| `npm run preview` | Serves the production build locally. |
| `npm run build` | Produces the static site in `dist/`. |


## Project Structure

```
```txt
src/
├─ pages/ # Astro pages (currently the main landing page)
├─ layouts/ # Shared shells and metadata
Expand Down