This script will help with the quick setup and installation of tools and applications for new developers at Badal-IO.
Paste the command below in a Mac OS Terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/badal-io/setup-new-computer-script/main/setup-new-computer.sh)"
The main documentation for this project is hosted in Backstage.
For browsing on GitHub, you can find the documentation in the /docs/docs directory:
- Introduction
- Getting Started
- What's Installed
- Company-Specific Setup
- Advanced Usage
- For Maintainers
To run the documentation site locally, navigate to the /docs directory and run the following commands:
npm install
npm startTo build the site for production, run:
npm run build