create-laju-app
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -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 @@ |
11173
310