Skip to content

resilientdb/resilientdb-legacy

Repository files navigation

ResilientDB website

Note that any changes deployed to this branch will automatically be published live at https://resilientdb.com Changes to this branch executes the github actions workflow and outputs the build at gh-pages branch which is then published live.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint