Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-laju-app

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-laju-app - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

6

bin/cli.js

@@ -77,5 +77,5 @@ #!/usr/bin/env node

console.log('👉 Next steps:');
console.log('📁 cd ' + projectDirectory);
console.log('🔥 npm run dev to start the development server.');
console.log('📦 npm run build to build the production files.');
console.log('1. 📁 cd ' + projectDirectory);
console.log('2. 🔥 npm run dev to start the development server.');
console.log('3. 📦 npm run build to build the production files.');
console.log('');

@@ -82,0 +82,0 @@

{
"name": "create-laju-app",
"version": "1.0.10",
"version": "1.0.11",
"keywords": [

@@ -5,0 +5,0 @@ "laju",

@@ -29,19 +29,6 @@ # Laju

1. Run the following command
Run the following command
```bash
npx create-laju-app project-name
```
2. Open the project directory
```bash
cd project-name
```
2. Install dependencies:
```bash
npm install
```
4. Copy `.env.example` to `.env` and configure your environment variables:
```bash
cp .env.example .env
```
## Development

@@ -48,0 +35,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc