Skip to content

Santhusha-bit/PromiseQ

Repository files navigation

About the Project

This project contains promiseQ homepage built with Next.js and deployed on Firebase.

Getting Started

Following are the instructions on setting up and running the project locally.

Installation

  1. Clone the repo:
git clone [email protected]:aoye/home_page_redesign.git
  1. Install npm node modules:
npm install
  1. Run the development server:
npm run dev

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

Steps to deploy Production Build on Firebase

The following are the instructions to deply the project as a static site.

The following are the instructions to deply the project as a static site.

  1. Delete firebaserc & firebase.json files

  2. Init firebase:

firebase init hosting  
# select Use an existing project
# select promiseq-homepage (promiseq-homepage)
# select /out as your hosting directory
  1. Buid the project
npm run build
  1. Export files to hosting directory
npm run export
  1. Deploy on Firebase
firebase deploy --only hosting

The project has already been deployed on Firebase.

Links:

Steps to deploy Development Build on Firebase

The following are the instructions to deply the project as a static site.

  1. Delete firebaserc & firebase.json files

  2. Init firebase:

firebase init hosting  
# select Use an existing project
# select promiseq-homepage-develop (promiseq-homepage-develop)
# select /out as your hosting directory
  1. Buid the project
npm run build
  1. Export files to hosting directory
npm run export
  1. Deploy on Firebase
firebase deploy --only hosting

The project has already been deployed on Firebase.

Links:

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •