Skip to content

Latest commit

 

History

History
88 lines (59 loc) · 1.55 KB

README.md

File metadata and controls

88 lines (59 loc) · 1.55 KB

Zina Olson Studio

CircleCI

Netlify Status

Website built with TypeScript, React, Tailwind CSS, & Vite.

Usage

Use the following commands to build and run the app.

Install dependencies

yarn

Run in development mode

yarn dev

Build for production locally

yarn build

Outputs to ./dist folder.

Serve prod build locally

yarn serve

Accessible at http://localhost:3000

Run Tests

yarn test

Netlify

Pushing to the prod branch will auto-deploy to Netlify.

Install netlify command line app

npm i -g netlify-cli

Login to netlify

ntl login

Show Netlify Status

ntl status

Open project site page in Netlify

ntl open

Useful Links