diff --git a/README.md b/README.md index 80fdb72..41758f7 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,13 @@ To customize Font families, Colors or more Elements refer to the following files - `src/components/CustomStyles.astro` - `src/assets/styles/tailwind.css` -### Deploy +### Preview + +You can create a local preview on your web browser with: + +```shell +npm run dev +``` #### Deploy to production (manual)