Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/photogabble/website

2021-2024 Eleventy build
https://github.com/photogabble/website

eleventy eleventy-website

Last synced: about 1 month ago
JSON representation

2021-2024 Eleventy build

Awesome Lists containing this project

README

        

# PhotoGabble Website
[![Netlify Status](https://api.netlify.com/api/v1/badges/6c8303d1-5395-4372-8359-e346e8896cba/deploy-status)](https://app.netlify.com/sites/photogabble/deploys)

## About this repository
This repository contains the source code for [www.photogabble.co.uk](https://www.photogabble.co.uk). It is built with [Eleventy](https://www.11ty.dev/) and deployed on [Netlify](https://www.netlify.com/).

## Prerequisites

- Node.js v16+

## Getting Started
You will need to install the required packages using `npm install`. There are three commands for building:

- `npm run build` to build the project for deploying
- `npm run serve:dev` to build and serve with eleventy in development environment
- `npm run serve:prod` to build and serve with eleventy in production environment (drafts filtered)

## Contributing
If you notice something wrong or broken, please let me know by opening an issue, or better yet, a pull request with how you think it should be fixed.

## License
Unless otherwise stated the source code is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. See [LICENSE](https://creativecommons.org/licenses/by-nc-sa/4.0/). There are certain exemptions to this, explicitly to code snippets I have mirrored, which each contain their license terms where available.