This is the website repo for Pulsar Edit. It contains our documentation and other information users might be looking for. Visit the Website.
- Vuepress@next
- pnpm
- Clone the repo! You can do this by using the following command:
git clone https://github.com/pulsar-edit/pulsar-edit.github.io.git pulsar-site
This will create a folder calledpulsar-site
at the current location of your terminal - Once you've installed Toolbox, create a toolbox container using the following command
toolbox create pulsar-site
wherepulsar-site
is the container's name. - After the container has been built, you can begin using it by entering
toolbox enter pulsar-site
into your terminal. If you used a different name when creating the container, substitutepulsar-site
with that name. - This is the website repo for Pulsar Edit. It contains our documentation and other information users might be looking for. Visit the Website.
The package manifest provides several scripts to help during development:
Starts a watch task that will rebuild VuePress whenever a change has been made to the included Markdown and JavaScript files. Additionally, it launches the development server to test the results in the browser.
Creates an optimized production build.
Runs Prettier over all Markdown files included in the repository to ensure consistent formatting.
Note: This task will run automatically on every commit, so it can be ignored in most cases
Lints all Markdown files in the repository.
Note: This task will run automatically on every commit, so it can be ignored in most cases