We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3eb13 commit a9c0a7aCopy full SHA for a9c0a7a
README.md
@@ -15,8 +15,9 @@ the library while developing it.
15
16
1. Open a new terminal
17
2. Go into `dev/` directory: `cd dev`.
18
- 3. Run `python3 -m http.server` This will start a server at `localhost:8888`.
19
- This will serve the `dev/index.html` file.
+ 3. Run `python3 -m http.server` This will start a server at `localhost:8000`
+ which will serve the `dev/index.html` file.
20
+ 4. Open `localhost:8000` in your browser and you're set for testing.
21
22
Currently, there's no hot-reloading set up, so when you make changes you'll
23
have to reload the page manually to view changes.
0 commit comments