Skip to content

ybiquitous/homepage

Repository files navigation

Netlify Status This project is using Percy.io for visual regression testing.

ybiquitous homepage

Visit ybiquitous.me.

Development

Setup

To install packages:

npm ci

Start dev server

To start a development server:

npm start

Build

To bulid static files:

npm run build

View

To view built static files on your browser:

npm run static

Deploy

Just push to the default branch. Build & publish automatically on Netlify.

git push

Stack