Skip to content

ClaimerApp/taxonomy-ui-prototyping-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxonomy UI — MVP Prototype

Proactive Tax Intelligence platform prototype. Interactive UI demonstrating the core insight timeline, evidence drill-down, client portfolio, and alert delivery experience.

Local Development

npm install
npm run dev

Deploy to GitHub Pages

First time setup

  1. Create the repo on GitHub under the taxonomy org:
gh repo create taxonomy/taxonomy-ui --public --source=. --remote=origin

Or manually create taxonomy/taxonomy-ui on GitHub and add the remote:

git remote add origin git@github.com:taxonomy/taxonomy-ui.git
  1. Push the source code:
git push -u origin main
  1. Deploy to GitHub Pages:
npm run deploy

This builds the project and pushes the dist folder to the gh-pages branch.

  1. In the GitHub repo settings, go to Pages and ensure the source is set to the gh-pages branch.

The site will be live at: https://taxonomy.github.io/taxonomy-ui/

Subsequent deploys

npm run deploy

Quick one-liner (after repo is created)

npm install && git add -A && git commit -m "Initial commit" && git push -u origin main && npm run deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors