Files
ECSESS/README.md
Antoine Phan 9034e2d5db Update README
2025-03-06 19:25:59 -05:00

914 B

ECSESS Website

Made by ECSESS 2024-2025

Prerequisite knowledge

Tech stack

Frontend

  • SvelteKit (Svelte v5, Kit v2)
  • Frontend options:
  • bun as Node.js package manager (similar to npm, yarn, pnpm, and deno v2)

Content Management System (CMS)

  • Strapi CMS (v5)

Development guide

  • Clone the repo, install dependencies, and start dev environment:
git clone https://github.com/mcgill-ecsess/ecsess-site.git
bun i
bun run dev
  • To create a production version of the website:
bun run build
bun run preview # to preview the production build