Skip to content

Latest commit

 

History

History
97 lines (68 loc) · 2.63 KB

README.md

File metadata and controls

97 lines (68 loc) · 2.63 KB

Olson Studio

Netlify Status GitHub package.json version

CircleCI Language grade: JavaScript

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