You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ _What am I_
5
5
## Contributing
6
6
7
7
We are always open to contributions to the project. If you would like to contribute and want some guidance on where to start,
8
-
please join our [Discord](http://discord.utdnebula.com/) and ask for drop a message in the `#jupiter-chat` channel or
9
-
DM Ruben for more details.
8
+
please join our [Discord](http://discord.utdnebula.com/) and ask for drop a message in the `#jupiter-general` channel or
9
+
DM Braedon for more details.
10
10
11
11
Currently, we're tracking all issues via GitHub Issues. If you would like to work on an issue, please comment on the issue and we will assign it to you.
12
12
If you see anything that you think could be improved, please create an issue and we will look into it.
13
13
14
14
### Getting Started
15
15
16
-
Please make sure you have at least [NodeJS v18.0.0](https://nodejs.org/en) or greater installed before continuing.
16
+
Please make sure you have at least [NodeJS v21.1.0](https://nodejs.org/en) or greater installed before continuing.
17
17
18
18
Start by cloning the repository to your local machine.
19
19
@@ -46,7 +46,7 @@ openssl rand -hex 32
46
46
47
47
Jupiter uses an ORM called [Drizzle](https://orm.drizzle.team/) to interact with the database. In order to connect to the database, you will need to add the `DATABASE_URL` variable to your `.env` file.
48
48
49
-
We're using Supabase as our database provider. You can create a supabase account [here](https://supabase.io/). Once you have created an account, you can create a new project and add the `DATABASE_URL` to your `.env` file. From a Supabase project, you can find the `DATABASE_URL` by navigating to the `Settings` tab and clicking on the `Database` tab.
49
+
We're using Neon as our database provider. You can create a Neon account [here](https://neon.com/). Once you have created an account, you can create a new project and add the `DATABASE_URL` to your `.env` file. From a Neon project, you can find the `DATABASE_URL` by navigating to the `Dashboard` tab and clicking on the `Connect` button.
50
50
51
51
The Nebula API is used for image storage. The `NEBULA_API_URL` variable should be set to `https://api.utdnebula.com/` and the `NEBULA_API_STORAGE_BUCKET` variable to `jupiter`. An API key and storage key should be requested from the project lead for the `NEBULA_API_KEY` and `NEBULA_API_STORAGE_KEY` variables.
0 commit comments