This commit is contained in:
dvelo 2024-07-23 20:56:16 -05:00
parent 3ef6a59582
commit 0c69fc2dd1
2 changed files with 2 additions and 0 deletions

@ -26,6 +26,7 @@ Clone the repo!
First, you must supply the following services with API keys:
- [Clerk](https://clerk.com): Create an app and put the respective keys in `.env.local`
- MongoDB: Create a database, can be anywhere, and put the location to connect in `.env.local` for the key `MONGO_DB`
Second, run `npm i` and `npm run build`. To start the app, run `npm run start`.

@ -151,6 +151,7 @@ function createHTML(
) {
if (className == undefined) className = "";
if (contents == undefined) contents = "";
if (contents == "undefined") contents = "<br/>";
if (tw == false || tw == undefined) {
return (