Landing Page repository for devfile.io.
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
.
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.