IMPORTANT Always run in root directory, i.e. Virtual-Time-Capsule
Run using docker compose up --build To exit, press Ctrl + C
- Docker
- node.js
- npm install
- in client repo, run 'npm test'
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.
docker pull postgres:18.1 docker run --name virtualTimeCapsuleDB -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 -d postgres:18.1 b