____ _____ _ _ _
____| \ | ____| | ___ ___| |_ _ __(_)_ _ _ __ ___ __ _ _ __
(____| `._____| _| | |/ _ \/ __| __| '__| | | | | '_ ` _ \ / _` | '_ \
____| _____ |___| | __/ (__| |_| | | | |_| | | | | | | (_| | |_) |
(____| .' |_____|_|\___|\___|\__|_| |_|\__,_|_| |_| |_|\__,_| .__/
|____/ |_|
Electriumap is a crowdsourced dynamic web app built with Next.js.
-
Clone the repository
git clone https://github.com/Electrium-Mobility/electriumap.git cd electriumap cd frontend
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
Visit your app Open http://localhost:3000 in your browser.
npm run dev– Runs the app in development modenpm run build– Builds the app for productionnpm start– Starts the production buildnpm run lint– Runs ESLint on the project
- Framework: Next.js (React + SSR)
- Language: TypeScript (optionally JS if no TS used yet)
- Styling: Tailwind CSS
- UI Library: shadcn/ui
- API: Mapbox API (planned)
- Deployment: Vercel
- Lead: Gordon Zhang, @gordonzhang1
- Hannah Wiens, @FlameAndFlash
- Kaibo Huang, @Kaibo-Huang
- Rohan Saha, @rohansaha27
- Ashley Peng, @a33peng
- Lead: Zhiyuan Guo, @ZhYGuoL
- Rupert Maiti, @baburama
- Kirpa Chandok, @krpchandok
This project is licensed under the MIT License.