yestab335 / GSuiteDM-Website

Official landing page for the GSuiteDM browser extension

Home Page:https://gsuitedm.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GSuiteDM main website landing page is built using ReactJS, React Router, and Vanilla JavaScript

⚠️ gsuitedm.netlify.app's code is in the dev branch. Commits to the main branch will be ignored.
    CONTRIBUTE    

Website Preview

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# generate static project
$ npm run build

For detailed explanation on how things work, check out the documentation.

Recommended VSCode Setup

  • ESLint ext install dbaeumer.vscode-eslint
  • Prettier ext install esbenp.prettier-vscode

Ctrl(Cmd) + Shift + P > Open Settings (JSON)

"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
  "source.fixAll.eslint": true
}

Special Directories

public

The public directory contains your uncompiled assets such as images and/or fonts.

components

The components directory contains your NextJS components. Components make up the different parts of your page and can be reused and imported into your pages, layouts and even other components.

app

The app directory is the main directory for your Next.js application. It contains all of the code that is necessary to run your application, including the pages, components, and styles.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Official landing page for the GSuiteDM browser extension

https://gsuitedm.netlify.app/


Languages

Language:TypeScript 81.1%Language:CSS 13.9%Language:JavaScript 5.0%