We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b030b7 commit 2cdfccfCopy full SHA for 2cdfccf
1 file changed
README.md
@@ -52,3 +52,15 @@ cd app-flashcards-adonisjs
52
53
# Install dependencies
54
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