mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 17:44:59 -05:00
Whoops
This commit is contained in:
parent
3ef6a59582
commit
0c69fc2dd1
@ -26,6 +26,7 @@ Clone the repo!
|
|||||||
First, you must supply the following services with API keys:
|
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`
|
- [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`.
|
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 (className == undefined) className = "";
|
||||||
if (contents == undefined) contents = "";
|
if (contents == undefined) contents = "";
|
||||||
|
if (contents == "undefined") contents = "<br/>";
|
||||||
|
|
||||||
if (tw == false || tw == undefined) {
|
if (tw == false || tw == undefined) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user