Timothy Z. commited on
Commit
41afd48
·
unverified ·
1 Parent(s): bd2efec

fix: typos in CONTRIBUTING.md (#165)

Browse files
Files changed (1) hide show
  1. CONTRIBUTING.md +2 -2
CONTRIBUTING.md CHANGED
@@ -4,7 +4,7 @@
4
 
5
  ### Why Build with Bolt + WebContainer API
6
 
7
- By building with the Bolt + WebContainer API you can create browser-based applications that let users **prompt, run, edit, and deploy** full-stack web apps directly in the browser, without the need for virtual machines. With WebContainer API, you can build apps that give AI direct access and full control over a **Node.js server**, **filesystem**, **package manager** and **dev terminal** inside your users browser tab. This powerful combination allows you to create a new class of development tools that support all major javascript libraries and node packages right out of the box, all without remote environments or local installs.
8
 
9
  ### What’s the Difference Between Bolt (This Repo) and [Bolt.new](https://bolt.new)?
10
 
@@ -76,7 +76,7 @@ VITE_LOG_LEVEL=debug
76
  - `pnpm run build`: Builds the project.
77
  - `pnpm run start`: Runs the built application locally using Wrangler Pages. This script uses `bindings.sh` to set up necessary bindings so you don't have to duplicate environment variables.
78
  - `pnpm run preview`: Builds the project and then starts it locally, useful for testing the production build. Note, HTTP streaming currently doesn't work as expected with `wrangler pages dev`.
79
- - `pnpm test:` Runs the test suite using Vitest.
80
  - `pnpm run typecheck`: Runs TypeScript type checking.
81
  - `pnpm run typegen`: Generates TypeScript types using Wrangler.
82
  - `pnpm run deploy`: Builds the project and deploys it to Cloudflare Pages.
 
4
 
5
  ### Why Build with Bolt + WebContainer API
6
 
7
+ By building with the Bolt + WebContainer API you can create browser-based applications that let users **prompt, run, edit, and deploy** full-stack web apps directly in the browser, without the need for virtual machines. With WebContainer API, you can build apps that give AI direct access and full control over a **Node.js server**, **filesystem**, **package manager** and **dev terminal** inside your users browser tab. This powerful combination allows you to create a new class of development tools that support all major JavaScript libraries and Node packages right out of the box, all without remote environments or local installs.
8
 
9
  ### What’s the Difference Between Bolt (This Repo) and [Bolt.new](https://bolt.new)?
10
 
 
76
  - `pnpm run build`: Builds the project.
77
  - `pnpm run start`: Runs the built application locally using Wrangler Pages. This script uses `bindings.sh` to set up necessary bindings so you don't have to duplicate environment variables.
78
  - `pnpm run preview`: Builds the project and then starts it locally, useful for testing the production build. Note, HTTP streaming currently doesn't work as expected with `wrangler pages dev`.
79
+ - `pnpm test`: Runs the test suite using Vitest.
80
  - `pnpm run typecheck`: Runs TypeScript type checking.
81
  - `pnpm run typegen`: Generates TypeScript types using Wrangler.
82
  - `pnpm run deploy`: Builds the project and deploys it to Cloudflare Pages.