Skip to content

Commit 72b2697

Browse files
committed
update README: Node version 18.0.0 -> 21.1.0, Supabase -> Neon
1 parent b550ca0 commit 72b2697

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ _What am I_
55
## Contributing
66

77
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.
1010

1111
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.
1212
If you see anything that you think could be improved, please create an issue and we will look into it.
1313

1414
### Getting Started
1515

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.
1717

1818
Start by cloning the repository to your local machine.
1919

@@ -46,7 +46,7 @@ openssl rand -hex 32
4646

4747
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.
4848

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.
5050

5151
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.
5252

0 commit comments

Comments
 (0)