Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 741 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 741 Bytes

landing-page

Landing Page repository for devfile.io.

Getting Started

To start, run yarn install.

Start a development server with yarn dev or npm run dev.

Build the application with yarn build or npm run build.

Start a production server with yarn start or npm run start.

Github Pages

This repo is hosted on github pages at https://devfile.github.io/landing-page.

The Github Pages site is hosted from the gh-pages branch of this repository, which the main branch deploys to every time a change is pushed.

Because of the /landing-page extension on the Github Pages site, when viewing the site locally you will have to add this extension, for example localhost:3000/landing-page.