Skip to content

Commit

Permalink
Merge pull request #384 from bheesham/change-logo
Browse files Browse the repository at this point in the history
Logo refresh
  • Loading branch information
bheesham authored Dec 9, 2024
2 parents ef06f95 + 0266bf1 commit e674845
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 4 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,22 @@ To build for development or production, simply tag the repo with `_version_-pre`
should build and deploy. You can also build directly with `NODE_ENV=development npm run build` or
`NODE_ENV=production npm run build`, although this should generally not be necessary.

#### Running on Apple Silicon

If you're using a newer Mac laptop, run these commands instead:

```bash
# Install dependencies
docker run -v "$(PWD):/src" -w /src --entrypoint npm -it node:14 install

# Develop locally
docker run -v "$(PWD):/src" -w /src -p 3000:3000 --entrypoint npm -it node:14 run watch
# Open your browser and go to http://localhost:3000/

# Build
docker run -v "$(PWD):/src" -w /src -p 3000:3000 --entrypoint npm -it node:14 run build
```

### Deploying code automatically

The long-term plan is to have both development and production code deployed automatically via GitHub Actions. The
Expand Down
14 changes: 11 additions & 3 deletions src/images/m.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion src/images/mozilla.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e674845

Please # to comment.