Internet Cafe Website with extra features (built with 11ty)
Install dependencies:
bun install # this also works with npm
Run the dev web server:
bun run dev # equivalent to npx @11ty/eleventy --serve --watch
Event details are held in src/_data/site.json
Blog posts are in src/posts/
- Make a blog/post template
- Members pages
- Make components (header, footer, etc.)
- Add dates to blog posts
- Look at CSS (Use SCSS at some point?)
- Add links to connect/contests (maybe)