Skip to content

Connecting those displaced by the West Maui wildfire to those able to open their doors.

Notifications You must be signed in to change notification settings

jskoiz/HIT-ODFM-Fork

 
 

Repository files navigation

Open Doors for Maui

The website is built using Firebase, Next.js and deployed at Vercel.

Development

The code was forked from Hawaiians in Tech. The following instructions should help you running on your local machine to get started.

Install the dependencies

Making sure you're in the correct project folder and install the dependencies:

yarn install

Run the project locally

To start the development server run:

yarn dev

In your browser, open localhost:3000.

You can also load mock data in index.tsx by updating the import statement to "@/lib/stubApi"

import {
  Focus,
  getFocuses,
  getIndustries,
  getMembers,
  Industry,
  MemberPublic,
} from "@/lib/api";
/* 🔺🔺🔺🔺🔺🔺🔺 */

Deploy at vercel

Deploy with Vercel

Useful VS Code extensions

The following are a few useful VS Code extensions that may help during development:

  • prettier
  • eslint
  • beautify
  • vscode-styled-components

About

Connecting those displaced by the West Maui wildfire to those able to open their doors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.9%
  • JavaScript 3.3%
  • HTML 2.7%
  • CSS 0.1%