Proactive Tax Intelligence platform prototype. Interactive UI demonstrating the core insight timeline, evidence drill-down, client portfolio, and alert delivery experience.
npm install
npm run dev- Create the repo on GitHub under the
taxonomyorg:
gh repo create taxonomy/taxonomy-ui --public --source=. --remote=originOr manually create taxonomy/taxonomy-ui on GitHub and add the remote:
git remote add origin git@github.com:taxonomy/taxonomy-ui.git- Push the source code:
git push -u origin main- Deploy to GitHub Pages:
npm run deployThis builds the project and pushes the dist folder to the gh-pages branch.
- In the GitHub repo settings, go to Pages and ensure the source is set to the
gh-pagesbranch.
The site will be live at: https://taxonomy.github.io/taxonomy-ui/
npm run deploynpm install && git add -A && git commit -m "Initial commit" && git push -u origin main && npm run deploy