Skip to content

pbdsce/landing-page

Repository files navigation

Landing-webpage Point Blank

Netlify Status

This is the landing page of Point Blank. A coding community of Dayananda Sagar College of Engineering, Bangalore. The site is deployed on Netlify.

What is Point Blank?

A Community Focused towards development of Industry ready engineers as wholesome individuals.

Development Setup

Before setting up the project make sure the LTS (Long Term Support) version of NodeJs is installed with a package manager of your choice. We recommend NPM or Yarn. Steps to install NodeJs Here

  1. Fork the repository.

  2. Clone the repository.

    https://github.com/<YOUR_GITHUB_USERNAME>/landing-pagepwd.git
  1. Go into the directory containing the project.
    cd landing-page
  1. Install all the dependencies
    yarn install
  1. Start the development server.
    yarn start
  1. Build the Community website:
    yarn build
  1. Serve an optimized production build:
    yarn serve

The site starts at http://localhost:3000/ after starting the server.

Deployment

When the changes are ready, please open a PR to merge the changes to master branch. Any and all successful merge will automatically deploy the changes to production. There is no manual intervention required.

Releases

No releases published

Packages

No packages published