Skip to content

Commit ba6c28c

Browse files
author
John Goodliff
authored
docs: add emojis to README
1 parent f085d4e commit ba6c28c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
</div>
2727

2828

29-
## Installation
29+
## 📦 Installation
3030
1. Install Node.js and NPM (if they are not already set up on your system). See [nodejs.org](https://nodejs.org/) for more details.
3131
2. Install Yarn 3 (if it is not already set up on your system). See the [Yarn docs](https://yarnpkg.com/getting-started/install) for more details.
3232
3. Clone the repo with `https://github.com/jerboa88/Mergist.git`. Alternatively, you can download the repository as a zip file and extract it.
3333
4. Enter the project root with `cd Mergist`.
3434
5. Use `yarn install` to install the app and all of its dependencies.
3535

3636

37-
## Usage
37+
## 🕹️ Usage
3838
Mergist is a static site built using the Gatsby framework. We can build the site using the Gatsby CLI, which should have been installed with the install command above. All of the necessary commands are declared in `package.json` for convenience.
3939

4040
There are two ways to build & serve the site:
@@ -47,11 +47,11 @@ There are two ways to build & serve the site:
4747
See the [Gatsby CLI docs](https://www.gatsbyjs.com/docs/reference/gatsby-cli/) for additional commands and options. You will likely have to prefix commands with `yarn` to make sure package resolution works properly. For example, the above `yarn develop` is actually just a shortcut for `yarn gatsby develop`.
4848

4949

50-
## Contributing
50+
## 🤝 Contributing
5151
This a personal project but feel free to create an issue if you encounter any problems with the site. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
5252

5353

54-
## License
54+
## 🧾 License
5555
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details. This project includes various resources which carry their own copyright notices and license terms. See [LICENSE-THIRD-PARTY.md](LICENSE-THIRD-PARTY.md) for more details.
5656

5757

0 commit comments

Comments
 (0)