8000 GitHub - insco-inc/websites: Websites.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

insco-inc/websites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websites

Netlify Status Deploy Test

Setup

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Preview

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview
0