https://github.com/fdb/slarg-website
https://github.com/fdb/slarg-website
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fdb/slarg-website
- Owner: fdb
- Created: 2022-08-30T13:02:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T20:13:54.000Z (5 months ago)
- Last Synced: 2026-01-14T21:37:13.629Z (5 months ago)
- Language: HTML
- Size: 13.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SLARG Website
This is the source code for the Sint Lucas Antwerpen Research Group (SLARG) website.
It is written using [11ty](https://www.11ty.dev/) and hosted on [Netlify](https://netlify.app/). We use [Decap CMS](https://decapcms.org/) to manage the content. Images are uploaded to [Uploadcare](https://uploadcare.com/).
## Developing
Install dependencies with `npm install`. Then, to start the development server:
```
npm start
```
## Building
When pushing to the `main` branch, the site will be deployed automatically to Netlify. To create a local production version of the site:
```
npm run build
```