Skip to content

DreiLuna/Virtual-Time-Capsule

Repository files navigation

Virtual Time Capsule

IMPORTANT Always run in root directory, i.e. Virtual-Time-Capsule

Run using docker compose up --build To exit, press Ctrl + C

INSTALLS REQUIRED

TESTING

  • in client repo, run 'npm test'

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

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.

Database

docker pull postgres:18.1 docker run --name virtualTimeCapsuleDB -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 -d postgres:18.1 b

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors