This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
import ReactDOM from "react-dom"; | |
import { createRoot } from "react-dom/client"; | |
import App from "./App"; | |
const root = createRoot(document.getElementById("root")); | |
root.render( | |
<React.StrictMode> | |
<App /> | |
</React.StrictMode> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Joshuas-MacBook-Air:dokioapp joshuazarazovski$ script/setup | |
==> Installing gem dependencies… | |
==> Checking other dependencies… | |
✔ Prince XML version is correct (10) | |
× Prince XML license has expired (check 1Password for latest) | |
✔ wkhtmltoimage | |
✔ pdfinfo | |
✔ ghostscript | |
✔ ImageMagick | |
==> Setting up DB… |