Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Dec 15, 2023
1 parent bf3c25e commit c8fc09c
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Vite template

## Links
[Testing SSR Docker (Streaming supported)](https://vite-template.lomray.com/)
[Testing SPA Amplify](https://prod.d2fyemmi74bwx3.amplifyapp.com/)
[Testing SSR Amplify (Streaming not supported)](https://prod.d947n8vxd7uac.amplifyapp.com/)
[Testing SSR Vercel (Streaming not supported)](https://vite-template-three.vercel.app/)
## Demo links
[SSR Docker (Streaming supported)](https://vite-template.lomray.com/)
[SSR Amplify (Streaming not supported)](https://prod.d947n8vxd7uac.amplifyapp.com/)
[SSR Vercel (Streaming not supported)](https://vite-template-three.vercel.app/)
[SPA Amplify](https://prod.d2fyemmi74bwx3.amplifyapp.com/)

## Used libraries
- [VITE SSR BOOST](https://github.com/Lomray-Software/vite-ssr-boost)
Expand Down Expand Up @@ -39,6 +39,7 @@ __NOTE: see .github for understand CI/CD__
## Docker build
[See github workflow](.github/workflows/release.yml) or
```bash
npm run build
ssr-boost build-docker --image-name test-image
```

Expand Down Expand Up @@ -86,7 +87,11 @@ frontend:
- node_modules/**/*
```
## Vercel build - SSR
__Build Command__: `npm pkg delete scripts.prepare && npm run build -- --serverless && npm run build:vercel`
__Output Directory__: `.vercel/output`
__Install command__: `npm ci`
## Vercel build (vercel.json) - SSR
```json
{
"buildCommand": "npm pkg delete scripts.prepare && npm run build -- --serverless && npm run build:vercel",
"installCommand": "npm ci",
"outputDirectory": ".vercel/output"
}
```

0 comments on commit c8fc09c

Please sign in to comment.