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

Latest commit

 

History

History
47 lines (31 loc) · 1.11 KB

File metadata and controls

47 lines (31 loc) · 1.11 KB

Telecom Etude website

Setup

Software requirements:

git clone git@github.com: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