Move to monorepo for React Native!
This commit is contained in:
12
README.md
12
README.md
@@ -1,8 +1,8 @@
|
||||
<h1 align="center">
|
||||
<br>
|
||||
<img
|
||||
src="https://git.gbrown.org/gib/techtracker/raw/branch/main/public/favicon.png"
|
||||
alt="Next Template"
|
||||
src="https://git.gbrown.org/gib/techtracker/raw/branch/main/apps/next/public/favicon.png"
|
||||
alt="Tech Tracker"
|
||||
width="100"
|
||||
>
|
||||
<br>
|
||||
@@ -38,13 +38,17 @@ You will also need docker installed on whatever host you plan to run the Supabas
|
||||
Copy the example environment variable files and paste them in the same directory named `.env`.
|
||||
|
||||
```bash
|
||||
cp ./env.example ./.env
|
||||
cp ./app/next/env.example ./app/next/.env
|
||||
```
|
||||
|
||||
```bash
|
||||
cp ./host/convex/docker/env.example ./host/convex/docker/.env
|
||||
```
|
||||
|
||||
```bash
|
||||
cp ./host/next/docker/env.example ./host/next/docker/.env
|
||||
```
|
||||
|
||||
### Start self hosted convex
|
||||
|
||||
The basic gist is to run the commands below after you have filled out the environment variables you plan to use, but you should ultimately follow the [guide they provide](https://github.com/get-convex/convex-backend/tree/main/self-hosted)
|
||||
@@ -70,7 +74,7 @@ You can also run
|
||||
bun dev:slow
|
||||
```
|
||||
|
||||
to start your development environment with webpack
|
||||
to start your development environment with webpack (This is for the next app.)
|
||||
|
||||
### Start your Production Environment.
|
||||
|
||||
|
Reference in New Issue
Block a user