Skip to content

Commit

Permalink
updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kireerik committed Feb 12, 2024
1 parent e11ee50 commit 1b5ae55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
> pnpm install
> ```
> Are you on some kind of Unix based system? Mac? Linux? If so you might want to change the `port` in the `scripts` within the [package.json](https://github.com/kireerik/refo/blob/master/example/package.json#L2-L11) file, which is set to `80` which works on Windows. [Astro](https://astro.build/)'s default is `3000` so you can remove that line if you prefer.
> Are you on some kind of Unix based system? Mac? Linux? If so you might want to change the `port` in the `index` module, which is set to `80` which works on Windows. [Superstatic](https://github.com/firebase/superstatic/)'s default is `3474` so you can remove it if you prefer.
Start the server in development mode:
> ```shell
Expand All @@ -79,10 +79,8 @@ Open the `index.html` within the `static` folder to access the website.
## Deployment
### [Astro](https://docs.astro.build/en/guides/deploy/)
### [GitHub Pages](https://pages.github.com/)
You can deploy the static `../docs` folder as it is.
You can deploy the static `docs` folder as it is.
You might want to change the `prefixum` in the following files according to the name of your `project site` repository:
`index/index/site/`
Expand Down

0 comments on commit 1b5ae55

Please sign in to comment.