Skip to content

Commit

Permalink
FIND-81:format, add preview links for app, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TNA-Allan committed Oct 30, 2024
1 parent f728cb0 commit 50582dd
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,38 @@

## Quickstart

### Build and start the container

```sh
# Build and start the container
docker compose up -d
```

# Install Node modules
### Install Node modules

```sh
npm install
```

### Create a static assets directory

# Create a static assets directory
```sh
mkdir app/static/assets
```

### Copy in the TNA Frontend static assets

# Copy in the TNA Frontend static assets
```sh
cp -r node_modules/@nationalarchives/frontend/nationalarchives/assets/* app/static/assets
```

### Preview application

<http://localhost:65533/>

### Preview docs

<http://localhost:65532/>

### Run tests

```sh
Expand Down

0 comments on commit 50582dd

Please sign in to comment.