Skip to content
Snippets Groups Projects
README.md 479 B
Newer Older
  • Learn to ignore specific revisions
  • Eli Kogan-Wang's avatar
    Eli Kogan-Wang committed
    
    
    Eli Kogan-Wang's avatar
    Eli Kogan-Wang committed
    This project expects a pauline-backend running.
    Configure where in your `.env` file.
    You can see an example in `sample.env`.
    
    Eli Kogan-Wang's avatar
    Eli Kogan-Wang committed
    Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
    
    
    ```bash
    npm run dev
    
    # or start the server and open the app in a new browser tab
    npm run dev -- --open
    ```
    
    ## Building
    
    ```bash
    npm run build
    ```
    
    
    Eli Kogan-Wang's avatar
    Eli Kogan-Wang committed
    > You can preview the built app with `npm run preview`.