create-message-kit 1.0.12 → 1.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +15 -14
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -232,29 +232,30 @@ This project is generated using the [MessageKit](https://message-kit.vercel.app)
232
232
  Follow these steps to set up and run the project:
233
233
 
234
234
  1. **Navigate to the project directory:**
235
- \`\`\`sh
236
- cd ./${projectName}
237
- \`\`\`
238
235
 
239
- 2. **Install dependencies:**
240
- \`\`\`sh
241
- ${packageManager} install
242
- \`\`\`
236
+ \`\`\`sh
237
+ cd ./${projectName}
238
+ \`\`\`
243
239
 
244
- 3. **Run the project:**
245
- \`\`\`sh
246
- ${packageManager === "npm" ? "npm run" : packageManager} dev
247
- \`\`\`
240
+ 2. **Set up your environment variables:**
248
241
 
242
+ \`\`\`sh
243
+ ${envExampleContent}
244
+ \`\`\`
249
245
 
250
- ## Variables
246
+ 3. **Install dependencies:**
251
247
 
252
- Set up these variables in your app
248
+ \`\`\`sh
249
+ ${packageManager} install
250
+ \`\`\`
251
+
252
+ 4. **Run the project:**
253
253
 
254
254
  \`\`\`sh
255
- ${envExampleContent}
255
+ ${packageManager === "npm" ? "npm run" : packageManager} dev
256
256
  \`\`\`
257
257
 
258
+ 5. Enjoy!
258
259
  ---
259
260
  Made with ❤️ by [Ephemera](https://ephemerahq.com)
260
261
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-message-kit",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.js",