This is the repository for the main SESA website.
- Node.js 20+
- pnpm (activated via Corepack)
Note
Node 25 and newer no longer include Corepack by default. If you are using Node >= 25, install Corepack manually with
npm install -g corepack
First, make sure that Corepack (included with Node.js) is enabled (if you're on Windows, run this command in a terminal as admin):
corepack enable
corepack prepare pnpm@latest --activateThen, install the dependencies and start the development server:
pnpm install
pnpm devOpen http://localhost:3000 to see the website.
This project is licensed under the GNU Affero General Public License, Version 3.0 (LICENSE or https://www.gnu.org/licenses/agpl-3.0.en.html).