https://github.com/danurbanowicz/jamstack-barcelona-website
Our website's code
https://github.com/danurbanowicz/jamstack-barcelona-website
eleventy jamstack netlify
Last synced: about 1 month ago
JSON representation
Our website's code
- Host: GitHub
- URL: https://github.com/danurbanowicz/jamstack-barcelona-website
- Owner: danurbanowicz
- License: mit
- Created: 2021-08-05T09:14:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T15:35:21.000Z (almost 3 years ago)
- Last Synced: 2025-09-07T02:44:49.759Z (10 months ago)
- Topics: eleventy, jamstack, netlify
- Language: Nunjucks
- Homepage: https://jamstackbarcelona.netlify.app
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Jamstack Barcelona Meetup website
## https://jamstackbarcelona.netlify.app
Built with [Eleventy](https://www.11ty.dev) and deployed to [Netlify](https://www.netlify.com) nightly using a [GitHub Action](https://github.com/danurbanowicz/jamstack-barcelona-website/blob/main/.github/workflows/schedule-netlify-build.yml).
[](https://app.netlify.com/sites/jamstackbarcelona/deploys)
[](https://github.com/danurbanowicz/jamstack-barcelona-website/actions/workflows/schedule-netlify-build.yml)
## Get a copy for yourself!
To get started, clone this repo and install the dependencies:
```
git clone git@github.com:danurbanowicz/jamstack-barcelona-website.git
cd jamstack-barcelona-website
npm install
```
To build the site and host locally for local development, run:
```
npx @11ty/eleventy --serve
```
## Bugs, feature requests, etc
This is an ongoing project and we welcome contributions and suggestions. Feel free to open an issue or make a pull request.