Reusable open source platform made to centralize whatever you want (activities in Quebec in this case)
This article discusses the idea of creating a hand-sewn website to reference adventures and implement all the JS fatigue in one place. The author mentions using various tiers of libraries, frameworks, and Saas products to make the idea work. The backend of the website is decoupled from the frontend and uses the Supabase SaaS for the database. The article also provides instructions for installation.
.env.example file according to the instructions provided and rename it to .env.pages/api/ folder.npm install.npm run dev.This article presents the concept of creating a hand-sewn website to document adventures. It highlights the use of various libraries, frameworks, and Saas products to support different features such as analytics, filtering, internationalization, map integration, and searching. The backend of the website is powered by Supabase SaaS, which uses Postgresql as the database engine. The article also provides instructions on how to install and set up the website.