From 57f99667295123968397b2ad7009bc394d0936a8 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Tue, 29 Mar 2022 12:41:59 -0700 Subject: [PATCH] README: remove production usage disclaimer --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 753e50f..132d9f2 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ You can run `yarn dev` in either / both folders to start the server and client w ### Production -**Note: Drift is not yet ready for production usage and should not be used too seriously. I'll make every effort to not lose data, but I won't make any guarantees until the project is further along.** - `yarn build` in both `client/` and `server/` will produce production code for the client and server respectively. The client and server each also have Dockerfiles which you can use with a docker-compose (an example compose will be provided in the near future). If you're deploying the front-end to something like Vercel, you'll need to set the root folder to `client/`.