Skip to content

Flow-Media/flow-media.github.io

Repository files navigation

Flow's landing page

simple landing page for Flow platform

You can check it out here

Instructions

Clone

git clone [email protected]:Flow-Media/Flow-Media.github.io.git flow-landing-page
cd flow-landing-page

Install Dependencies

yarn install # (or npm install)

Build

yarn build # (or npm run build)

Run Production

yarn start # (or npm start)

Run Development

yarn dev # (or npm run dev)

Format

yarn fmt # (or npm run fmt)

Deploy to GitHub Pages

yarn deploy # (or npm run deploy)

Delete dist directory

yarn clean # (or npm run clean)

for more scripts go to package.json

Contributing

Any developer can contribute to this project, but cannot publish his own version of it.

Releases

No releases published

Packages

No packages published