File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ SWA EMU is still in developer preview and not yet ready for prime time. You will
4343Using ` npm ` or ` yarn ` :
4444
4545- Install the emulator: ` npm install -g @manekinekko/swa-emu@alpha `
46- - Open a SWA app folder: ` cd my-awesome-swa-app `
46+ - Open a SWA app folder at the root (outside any /api or /app folders) : ` cd my-awesome-swa-app `
4747- Start the emulator: ` swa `
4848- Access your SWA app from ` http://localhost `
4949
5050Using ` npx ` :
5151
52- - Open a SWA app folder: ` cd my-awesome-swa-app `
52+ - Open a SWA app folder at the root (outside any /api or /app folders) : ` cd my-awesome-swa-app `
5353- Start the emulator: ` npx @manekinekko/swa-emu@alpha `
5454- Access your SWA app from ` http://localhost `
5555
You can’t perform that action at this time.
0 commit comments