Web app for storing files
To run the development server, you will need:
- Docker (tested with version
20.10.21, buildbaeda1f) - Node (tested with
v16.16.0)
To run:
- Make a copy of
backend.sample.envand rename it tobackend.env. - If you'd like to have
Sign in with Googleand email related functionality, editbackend.envaccordingly. - Run
docker compose -f ./docker-compose.dev.yml up --buildto bring up the backend service. - In another terminal, in the
frontenddirectory, runnpm install. - Run
npm run devto run vite's development server. - The site should be available at
http://localhost:5173.
- Make a copy of
backend.sample.envand rename it tobackend.env. - Add your Google client ID and key.
- Add your SMTP server details.
- Run
docker compose up --build. - The site should be available at
http://localhost.