Skip to content

Commit

Permalink
Add Jordan as codeowner for website
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn18 committed May 6, 2024
1 parent 9155694 commit 5caef88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
/src/network_systems @hhenry01

# website
/src/website @jahn18
/src/website @JordanChen123
6 changes: 4 additions & 2 deletions src/website/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Website

In the website development timeline, we are currently evaluating the folllowing software stack:
[Next.js](https://nextjs.org/) website (this repository), [Typescript](https://www.typescriptlang.org/docs/), [React](https://react.dev/) + [Redux](https://redux-saga.js.org/), and the [MongoDB](https://www.mongodb.com/) database.
[Next.js](https://nextjs.org/) website (this repository), [Typescript](https://www.typescriptlang.org/docs/),
[React](https://react.dev/) + [Redux](https://redux-saga.js.org/), and the [MongoDB](https://www.mongodb.com/) database.
The easiest way to evaluate these potential solutions for our purposes is in [sailbot_workspace](https://github.com/UBCSailbot/sailbot_workspace).

## Database
Expand All @@ -13,7 +14,8 @@ developers and for the cloud era. If you want to learn more about MongoDB, visit

### Environment variables

We have two separate configurations: one for development `.env.development`, the other for production `.env.production`. The values may vary, but the environment variables are the same. See below:
We have two separate configurations: one for development `.env.development`,
the other for production `.env.production`. The values may vary, but the environment variables are the same. See below:

- `MONGODB_URI`: Your MongoDB connection string. Use `mongodb://localhost:27017/<DB_NAME>` to establish a connection
with the local database.
Expand Down

0 comments on commit 5caef88

Please sign in to comment.