poswalsameer / support-sfusd-myFork

Home Page:https://support-sfusd.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Support SFUSD

Hello! Thanks for checking out Support SFUSD. We started this project in summer 2022 to solve a big problem in San Francisco. Schools need help. And people who live or work in SF want to support local schools, but they don’t know how. We are building a website to help solve that.


Tech Stack

Next.js Typescript React Tailwind CSS HTML CSS


Mapbox

You need to sign up for Mapbox to run the project locally.

  1. Goto https://www.mapbox.com and sign up

  2. It will ask you for billing information, but it is pay as you go. You have 500 instances before you are charged.

  3. Note the default public token you are given


Environment File

Create an environment file to pass your default public token from Mapbox

  1. Create a new file, .env, in the main directory (with the README.md file)

  2. Add your decault public token to your .env

    NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN=your_default_public_token

Get Started

To run this project locally, please perform the following steps:

  1. Clone the repository

    git clone https://github.com/sfbrigade/support-sfusd.git
  2. Install dependencies at the root directory

    npm install
  3. Run the development server

    npm run dev
  4. Open http://localhost:3000 with your browser to see the result


Further Notes to help you out

Visit our Notion for Engineers

About

https://support-sfusd.vercel.app


Languages

Language:TypeScript 93.0%Language:CSS 4.6%Language:PLpgSQL 1.6%Language:JavaScript 0.7%