You can access this tool now! Head over to https://shapes.ide-rigel.ts.net and start creating.
To run this app locally follow these quick steps on a Mac or Linux device. These steps assume you have already installed a few software tools:
- a package manager like yarn
- the Github CLI
- Tailscale
In the terminal window type 'ls' to list the folders in your current directory.
danny@becher ~ % ls
Applications
Desktop
Developer
Documents
Downloads
Library
Movies
Music
Pictures
Public
Use cd followed by the folder name to move into that folder.
danny@becher ~ % cd Developer
danny@becher Developer %
3. If you have the Github CLI installed you can copy the clone script from the main page of this repo
gh repo clone dannypagano/ts-shape-gen
Paste it into terminal and hit enter. Alternatively, you can download the repo as a .zip file and unpack it into your install location of choice.
Hop into your new project directory with
cd ts-shape-gen
Using your package manager of choice (I like yarn) you need to install the software dependencies for the app.
yarn install
Spin up a local server that runs the app by running
yarn vite serve
Vite is a tool for developing, building and serving web projects.
Open a web browser and paste in
http://localhost:8443/
In a new terminal window, navigate back to your project's install folder. Tell Tailscale to make your app accessible via Funnel by running
tailscale funnel 8443