ππ»ββοΈββ‘οΈ Running the Project Locally
Note
Always follow the steps below when starting to run the documentation on the local server.
Step 1. Launch the Visual Studio Code.
-
Click File at the top-left corner and navigate to the location of the cloned repository if not yet opened. (e.g., .\gitlab-projects\hedwig)
-
Then, click the Select Folder button.
Step 2. Open terminal
-
Click the New Terminal.
Step 3. Type npm run dev
-
to run the local server and click Enter.
Step 4. Do Ctrl + click
-
to follow the localhost link or copy and paste it to a browser.
Last updated on