Skip to content
This repository was archived by the owner on Dec 7, 2024. It is now read-only.
/ website Public archive

Website of telecom-etude. Made in Astro

License

Notifications You must be signed in to change notification settings

Telecom-Etude/website

Repository files navigation

Telecom Etude website

Setup

Software requirements:

git clone [email protected]:Telecom-Etude/website.git && cd website && git submodule update --recursive --init
npm install # run once
npm run dev

Infos

This website is currently using:

Internationalization (i18n)

  • This website is using i18next ported by astro-i18next
  • translations are located in src/website-data/locales

Updating packages

npx npm-check-updates

Deploy

npm run dist