„Die Lernwerkstatt“ (Learning Workshop) is a space where learning is a collaborative, creative and self-determined activity. People of all ages are welcome to join us!
DB_HOST=XXX
FB_TOKEN=XXX
FB_PAGE_ID=XXX
- Install dependencies with
npm install
- Run the development server with
npm start
- Import
/static/css/_variables.scss
to Boostrap.build - Change style.
- Export everything to
/static/css
folder.
We cache our Facebook events and blog entries from MongoDB every hour to speed up the site load time.
To invalidate the cache use /invalidate
endpoint. It will refetch events and blog posts and redirect to the main page.