Browse Source

Update readme about the preview instance. Close issue#161

master
Silberengel 1 year ago
parent
commit
fba4bb5c9e
  1. 6
      README.md

6
README.md

@ -31,18 +31,18 @@ npm run dev -- --open
## Building ## Building
> We have configured Alexandria to use the static adapter. To deploy your app with a different adapter, you will need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
To build a production version of your app, as a static site: To build a production version of your app, as a static site:
```bash ```bash
npm run build npm run build
``` ```
You can preview the production build with: You can preview the (non-static) production build with:
```bash ```bash
npm run preview npm run preview
``` ```
> We have configured Alexandria to use the static adapter. To deploy your app with a different adapter, you will need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
## Docker ## Docker
This docker container performs the build. This docker container performs the build.

Loading…
Cancel
Save