Skip to content

Un blog pour faciliter la transition vers un numérique plus éthique et désirable

Notifications You must be signed in to change notification settings

barnabegeffroy/mon-blog

Repository files navigation

GAFAM alternatives

Supported languages

  • French
  • English (soon)

CLI

run app in dev mode

npm run dev

update specific data

npm run data -- [lang] ['applis'|'services']

lang='fr'|'en'

update all data

npm run alldata

deploy app on github pages (+ build)

npm run deploy

correct/spell markdown files

npm run spell

count number of words

npm run count

format code

npm run format

build the production build

npm run build

preview the production build

npm run preview