diff --git a/README.md b/README.md index 84cb166..4e91a9d 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,6 @@ -# ajturner-prototype-template -Template for creating prototypes with Stencil.js and Calcite compnents - -## Steps to use - -1. click "Use this Template" and "Create a new repository" -1. clone repo to your developer machine -1. find and replace the string `hub-compass-maps` with your project name, e.g. `hub-chatbot` -1. install dependencies `npm i` -1. copy Calcite assets `cp -r node_modules/@esri/calcite-components/dist/calcite/assets/* ./src/assets/` -1. create new components with `npx stencil g` -1. modify `src/index.html` for your component name and any props. - - the example `index.html` uses script to add component to DOM so you can pass complex objects and other dynamic props -1. run the server `npm run start` +# hub-radar-maps +Web components for Hub Radar chatbot, built with ArcGIS Maps SDK for ## Publish to Github Pages @@ -23,4 +11,4 @@ When you are ready to create a Github Page (Github action already present) you n 1. in Github Repo UI, under **Settings > Pages** in _Build and Deployment > Branch_ choose _gh-pages_ and **Save** 1. Re-run the job. -The first push will fail because the _gh-pages_ branch does not exist until after you push. \ No newline at end of file +The first push will fail because the _gh-pages_ branch does not exist until after you push.