Skip to content

Commit 855a3f0

Browse files
committed
Setup files
1 parent af0db0f commit 855a3f0

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
# dts-2025-build-a11y-web-maps-sdk-js-calcite
2-
Building Accessible Web Apps with ArcGIS Maps SDK for JavaScript and Calcite at 2025 Developer & Technology Summit
1+
# Building Accessible Web Apps with ArcGIS Maps SDK for JavaScript and Calcite
2+
3+
Presented at the 2025 Esri Developer Summit by Kelly Hutchins and Kitty Hurley on Wednesday, March 12, 2024 in Palm Springs, California.
4+
5+
- [Demo Site](https://geospatialem.github.io/dts-2025-build-a11y-web-maps-sdk-js-calcite)
6+
- [Code](https://github.com/geospatialem/dts-2025-build-a11y-web-maps-sdk-js-calcite)
7+
- Slides, opens in a new window :construction: _Coming soon_ :construction:

0 commit comments

Comments
 (0)