boemekeld / lathrop

Lathrop Project - GDG DevFest/IWD/Event Website Template

Home Page:https://lathrop-boemekeld.bohr.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Getting Started

First, run the development server:

1. Install Dependencies

npm install

2. Create EnvFile

cp .env.example .env.local

Add Service Account to root of the project

Add values of environment variables that you can find on

  1. Download the key Project Settings -> Service Accounts -> Generate new private Key

  2. Rename to serviceAccount.json in root of project

npm run dev
# or
yarn dev

Deploy Inicial

Instalar firebase CLI npm install -g firebase-tools Configurar projeto experimental firebase experiments:enable webframeworks

`Configure seu projeto firebase`` firebase use --add {nome do projeto}

Configurar projeto experimental firebase init hosting Adicione o serviceAccount.json a raiz do projeto npm run deploy_prod

Problems

This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@3. Instale a versão do global pelo npm

un Local

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

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

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

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!

About

Lathrop Project - GDG DevFest/IWD/Event Website Template

https://lathrop-boemekeld.bohr.io

License:MIT License


Languages

Language:TypeScript 79.0%Language:CSS 19.2%Language:JavaScript 1.7%Language:Dockerfile 0.1%