Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaltsgeo committed Aug 4, 2024
1 parent e0457fa commit b065023
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

# ArcGIS Maps SDK for JavaScript

# Headless UI

# Tailwind.css

Installation:
- [Install Tailwind.css for Vite](https://tailwindcss.com/docs/guides/vite)

# Chart.js

# HeroIcons
# Deployment

1. Clone the GitHub repo
```
git clone https://github.com/cwaltsgeo/EIC-Mobile
```

2. Navigate to the project's folder
```
cd EIC-Mobile
```

3. Install the project's dependencies
```
npm install
```

4. Run the project in dev mode
```
npm run dev
```

5. Build the project
```
npm run build
```

0 comments on commit b065023

Please sign in to comment.