-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instructions to README, and update link on Get Started page #129
Conversation
## 👀 Want to learn more? | ||
|
||
Check out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). | ||
|
||
## Credit | ||
|
||
This theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/). | ||
This theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changes, Git marks as a change - not relevant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks @blaesy!
Left a review :)
@@ -35,10 +35,21 @@ All commands are run from the root of the project, from a terminal: | |||
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | | |||
| `npm run astro --help` | Get help using the Astro CLI | | |||
|
|||
## Instructions on how to run your own server | |||
The archive file contains a dist/ folder that needs to be placed into a copy of this cloned repo. Then you can serve it using grunt serve. On a production site, you should to use these environment variables: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, I see... what happened, sorry for not being clear in the issue - but this section should be added to the README in the group-income repo, not the groupincome.org repo. Can you send in a PR there?
For this PR we just need the change below to link to the group-income repo.
(Also, can you add an empty line after the heading too?)
@@ -21,7 +21,7 @@ import Servers from '../components/Servers.vue'; | |||
<Servers /> | |||
<p class="c-container-para"> | |||
Don’t see a server you like? | |||
<a href="https://github.com/okTurtles/group-income" class="link server-link" target="_blank"> | |||
<a href="https://github.com/okTurtles/groupincome.org#-instructions-on-how-to-run-your-own-server" class="link server-link" target="_blank"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update this to point to the group-income
repo's README, and double-check that the hash is correct as I'd be surprised if it started with a -
...
Stale |
Added instructions in README with an anchor (#).
Added redirect from Get started page to the anchor in README in the original repo.
Issue #122