2023-04-24 14:05:59 -04:00
2022-07-21 16:36:51 -06:00
2022-07-21 16:37:11 -06:00
2022-06-18 16:05:25 -04:00
2022-07-21 16:36:51 -06:00
2022-07-21 16:38:25 -06:00
2017-06-23 21:49:35 +01:00
2018-09-28 16:21:49 +01:00
2021-04-27 17:30:30 +01:00
2022-04-12 15:15:53 -06:00
2022-07-05 16:35:54 -05:00
2022-04-12 15:14:36 -06:00
2019-01-28 14:40:42 +00:00
2020-09-29 20:28:15 +01:00
2022-04-12 10:25:44 -06:00
2022-04-12 15:28:25 -06:00
2022-07-21 16:36:51 -06:00

A Sparkle's Guide to Glitter

To shine your alicorn and make it glitter, a sparkle must embrace their destiny

Sparkle's Guide is inspired by roadmap.sh and is a derivative open source work of node-red. This project aims to be a guide to sparkles and unicorns in the blessing on their magical journey to better themselves and each other.

Quick Start

Begin by cloning the Sparkles-Guide repository to the machine using SSH (git clone git@github.com:defenseunicorns/Sparkles-Guide.git) or HTTPS (git clone https://github.com/defenseunicorns/Sparkles-Guide.git).

After the project has been cloned, run cd ./Sparkles-Guide in the terminal in order to change the current working directory to the top level of the project to run the Quick Start commands as shown.

There are two different methods that can be used in order to get the Sparkle's Guide up-and-running quickly once the project has been cloned:

Local Environment with NPM

Prerequisite: Ensure that node and npm are installed on the machine. This article provides information on installing both on Mac using Homebrew.

  1. npm install
  2. npm run build
  3. npm start -- data/flows.json
  4. Open http://127.0.0.1:1880/

Docker/Podman

Prerequisite: Ensure that docker or podman are installed on the machine. This article provides information on installing Docker on Mac using Docker Desktop/Homebrew. The Homebrew formula for installing podman on a Mac can be found here.

  1. ./container-build.sh
  2. ./container-run.sh
  3. Open http://127.0.0.1:1880/

Contributing

Submit an issue if unsure.

To Sparkle Guides

See this guide, if you are looking to contribute to the guides and flows.

To Code

See this guide, if you are looking to add/remove/modify code implementing Sparkle's Guide.

Copyright OpenJS Foundation and other contributors, https://openjsf.org under the Apache 2.0 license.
December 2021 --- this project and modifications within it are a derivative work of node-red

Description
No description provided
Readme Pixar 84 MiB
Languages
JavaScript 99.8%
HTML 0.2%