Skip to content

Commit

Permalink
docs: update readme with start instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykomiotek committed Feb 4, 2024
1 parent f69a292 commit a7271b5
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Jobboard

## How to run application

Clone app:

`git clone https://github.com/patrykomiotek/live-2024-02-01`

go to folder:

`cd live-2024-02-01`

install dependencies:

`npm install`

generate types:

`npx nx run prisma-schema:generate-types`

run local services using Docker compose:

`docker compose up -D`

run migrations:

`npx nx run prisma-schema:migrate-dev`

run application:

`npx nx serve frontend`

<a alt="Nx logo" href="https://nx.dev" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="45"></a>

**This workspace has been generated by [Nx, Smart Monorepos · Fast CI.](https://nx.dev)**
Expand Down Expand Up @@ -51,6 +81,7 @@ Nx comes with local caching already built-in (check your `nx.json`). On CI you m
- [Learn more how to setup CI](https://nx.dev/recipes/ci)

## Explore the Project Graph

Run `nx graph` to show the graph of the workspace.
It will show tasks that you can run with Nx.

Expand Down

0 comments on commit a7271b5

Please sign in to comment.