Adding CONTRIBUTING.md specifically for this fork.

This commit is contained in:
Cole Medin
2024-10-24 07:06:57 -05:00
parent dd4dd2c21a
commit 8ac7931876
2 changed files with 64 additions and 75 deletions

View File

@@ -28,6 +28,7 @@ This fork of Bolt.new allows you to choose the LLM that you use for each prompt!
- ⬜ Prompt caching
- ⬜ Ability to enter API keys in the UI
- ⬜ Prevent Bolt from rewriting files as often
- ⬜ Have LLM plan the project in a MD file for better results/transparency
# Bolt.new: AI-Powered Full-Stack Web Development in the Browser
@@ -114,7 +115,7 @@ To start the development server:
pnpm run dev
```
This will start the Remix Vite development server. You will need Google Chrome Canary to run this locally! It's an easy install and a good browser for web development anyway.
This will start the Remix Vite development server. You will need Google Chrome Canary to run this locally if you use Chrome! It's an easy install and a good browser for web development anyway.
## Tips and Tricks