node.js 18+
: install
-
clone the repository:
git clone [email protected]:TEDxNTUA/tedxntua-2023.git
-
install dependencies:
npm install -r
-
run in development mode:
npm run develop
- The
production
branch is connected to this site. Any push into theproduction
branch will trigger the site to update.