Personal ChatGPTs for questions about docs powered by Markprompt & Nullstack
Twitter thread with videos explaining more the project in portuguese
Install the dependencies:
pnpm install
Rename the .env.example file to .env and update with your MarkPrompt keys.
With exception of keys, the project configuration data is in the
PROJECTS
constant at projects.ts, replace that to make it work as you like
Run the app in development mode:
pnpm start
Open http://localhost:5000 to view it in the browser.
- Read Nullstack documentation
- Read Markprompt documentation
- It was made based on markprompt-starter-template
- Michael Fester for the Markprompt Starter project and doing a lot of work in projects like Motif.
- Mortaro and the Nullstack Team for the work in the amazing full-stack framework Nullstack.