An open API service indexing awesome lists of open source software.

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

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).

[![Netlify Status](https://api.netlify.com/api/v1/badges/7b52f86a-f58e-4140-9d73-397274593265/deploy-status)](https://app.netlify.com/sites/jamstackbarcelona/deploys)

[![Schedule Netlify Build](https://github.com/danurbanowicz/jamstack-barcelona-website/actions/workflows/schedule-netlify-build.yml/badge.svg)](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.