Skip to content

Commit 2cdfccf

Browse files
author
DevStackJunior
authored
Update README.md
1 parent 0b030b7 commit 2cdfccf

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,15 @@ cd app-flashcards-adonisjs
5252

5353
# Install dependencies
5454
npm install
55+
56+
# Create your local environment file:
57+
cp .env.example .env
58+
59+
# Generate your unique application key:
60+
node ace generate:key
61+
62+
# Ensure your MySQL instance is running, then run the migrations to build your schema:
63+
node ace migration:run
64+
65+
# This project uses Hot Module Replacement (HMR) for an optimized development loop:
66+
npm run dev

0 commit comments

Comments
 (0)