This is the source code for the Sint Lucas Antwerpen Research Group (SLARG) website.
It is written using 11ty and hosted on Netlify. We use Decap CMS to manage the content. Images are uploaded to Uploadcare.
Install dependencies with npm install
. Then, to start the development server:
npm start
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