Skip to content

Commit

Permalink
Cleanup README
Browse files Browse the repository at this point in the history
  • Loading branch information
xorblo-doitus committed Sep 21, 2024
1 parent 3638815 commit 1ef0e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ A site to showcase most of my creations.
Under development.



# Testing locally

Before being able to start the server locally, you need to add a symlink in docs, wich will let have paths like those on Github Pages due to the fact that the repository name is added just after domain name.

To do this, go to docs with console and use :
Windows : `mklink /d "projects" "."`
Linux : I am not sure, but take a look at the `ln` command with `-s` option, and create a symlink called `projects` in `docs/` redirecting toward `.` (current folder, AKA `docs/` because `docs/projects` will result the same as `docs/.`).
- Windows : `mklink /d "projects" "."`
- Linux : I am not sure, but take a look at the `ln` command with `-s` option, and create a symlink called `projects` in `docs/` redirecting toward `.` (current folder, AKA `docs/` because `docs/projects` will result the same as `docs/.`).

To test locally, start the server from `docs/`.

0 comments on commit 1ef0e2b

Please sign in to comment.