<h1 align="center">
<a href="https://prompts.chat">
This project runs on node.js with a React frontend.
Sign in to like and favorite skills
This project runs on node.js with a React frontend. Make sure to have node installed and then, once the project is pulled locally, run npm install to install all the dependencies.
If you're working behind the company proxy/firewall:
.env has:
NODE_EXTRA_CA_CERTS=./corp-root-cert.pemIn the project directory, you can run:
node .\server.js
This fires up the backend, you can verify if it's running by browsing to: http://localhost:4000
In the project frontend directory, you can run:
npm start
Runs the app in the development mode.The page will reload when you make changes.
You may also see any lint errors in the console.
In the pages folder, there is a page for each template. You can modify the templates there. If you want to add a new template, make sure to create a new page and add that page to the Routes in the App.js file. You will also need to add it to the sidemenu component to make it visible in the list of templates.