Skip to content

salindersidhu/quakemap-site

Repository files navigation

Quakemap Landing Site

Contributors License

Overview

The offical landing page for Quakemap. Built using React and other open source technologies.

Prerequisite Software

Software Version
Git 2.20.1+
Node 10.15.0+

Getting Started

  1. Run the following command to install all the required packages:
npm i

Running

  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Production Build

  1. Create and merge a Pull Request into the main branch.

  2. The production site is automatically deployed to https://quakemap.vercel.app/.

Project Structure

.
├── ...
├── src
│    ├── app
│    │    ├── eula
│    │    │    ├── page.tsx     # Eula page
│    │    │    └── ...
│    │    ├── faq
│    │    │    ├── page.tsx     # FAQ page
│    │    │    └── ...
│    │    ├── privacy
│    │    │    ├── page.tsx     # Privacy Policy page
│    │    │    └── ...
│    │    ├── page.tsx          # Home page
│    │    ├── favicon.ico       # Site favicon
│    │    ├── globals.css       # Global styles
│    │    └── ...
│    ├── components             # Site components
│    │    └── ...
│    └── data                   # Site content
│         └── ...
├── public                      # Site images
│    └── ...
├── next.config.ts              # Next config
├── postcss.config.mjs          # Post CSS config
├── tailwind.config.ts          # Tailwind config
└── ...

Releases

No releases published

Packages

No packages published

Languages