All changes to main will automatically be pushed to docker and optimized for production.
If you use this template, be sure to set your repository secrets:
- dockerhub_username
- dockerhub_password (use a PAT(personal access token) for more security)
- repo_name
Don't forget to set the OpenAI API key:
- OCO_OPENAI_API_KEY
In the project directory, you can run:
Runs scripts/start.js in the development mode on http://localhost:3000
Builds for production with scripts/build.js to the build
folder
Launches the test runner via scripts/test.js in the interactive watch mode
Runs serve -s build to serve the production build
License: GNU GPLv3