Skip to content

Commit

Permalink
format files using prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tlstyer committed Oct 27, 2020
1 parent 09e3714 commit f63495f
Show file tree
Hide file tree
Showing 23 changed files with 4,206 additions and 4,296 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -5,19 +5,22 @@ This is the code for my Acquire board game program which can be played at [http:
## Install dependencies

Install nodejs. I followed the [official instructions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions):

```bash
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
```

Install yarn. I followed the [official instructions](https://yarnpkg.com/en/docs/cli/install):

```bash
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
```

Install other dependencies.

```bash
sudo apt-get install mysql-server python3-pip python3-venv python3-wheel zopfli

Expand Down

0 comments on commit f63495f

Please sign in to comment.