Skip to content

pulsar-edit/pulsar-edit.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25f0c69 · Sep 16, 2022

History

9 Commits
Sep 14, 2022
Sep 14, 2022
Sep 16, 2022
Sep 14, 2022
Sep 14, 2022

Repository files navigation

Pulsar Edit

This is the website repo for Pulsar Edit. It contains our documentation and other information users might be looking for. Visit the Website.

Guide

Recommended Tools:

  • 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)

Setup

  • 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.