-
-
Notifications
You must be signed in to change notification settings - Fork 39
Updates for ease of newcomers #13
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
base: main
Are you sure you want to change the base?
Changes from 2 commits
f1d3cca
c053de6
6596470
25f0c69
b5af292
4429024
f0c4b7b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# Pulsar Edit | ||
|
||
This is the website repo for Pulsar Edit. It contains our documenation and other information users might be looking for. Visit the [Website](https://pulsar-edit.github.io). | ||
|
||
|
||
## Guide | ||
|
||
### Tools Needed: | ||
Spiker985 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- Toolbox: We recommend using this as a development tool. It helps with containerization of development. | ||
kaosine marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- This can be setup in most distributions of linux using your package manager or with brew. Brew can also be used on Mac but if that's not ideal we recommend getting directly from the [official website](https://containertoolbx.org/). | ||
|
||
- Yarn (don't set this up just yet, follow the guide below) | ||
|
||
### Setup | ||
kaosine marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Clone the repo! Put this where you want it and go ahead and change directories to this. | ||
kaosine marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- Once you've installed toolbox create one using the following `toolbox create pulsar-site` where pulsar-site is the name we're specifying here for this container. | ||
kaosine marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- Then enter it with `toolbox enter pulsar-site`. | ||
kaosine marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- |
Uh oh!
There was an error while loading. Please reload this page.