This is the website repo for Pulsar Edit. It contains our documentation and other information users might be looking for. Visit the Website.
- Toolbox: We recommend using this as a development tool. It helps with containerization of development.
- 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.
- Yarn (don't set this up just yet, follow the guide below)
- Clone the repo! Put this where you want it and go ahead and change directories to this.
- 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. - Then enter it with
toolbox enter pulsar-site
.