tvl-depot/website/sandbox/contentful
William Carroll 514136c99a Run Prettier across projects
Problem:
Prettier was not running when I saved Emacs buffers.

Why?
- prettier-js-mode needs needs node; lorri exposes node to direnv; direnv
  exposes node to Emacs; lorri was not working as expected.

Solution:
Now that I'm using nix-buffer, I can properly expose node (and other
dependencies) to my Emacs buffers. Now Prettier is working.

Commentary:
Since prettier hadn't worked for so long, I stopped thinking about it. As such,
I did not include it as a dependency in boilerplate/typescript. I added it
now. I retroactively ran prettier across a few of my frontend projects to unify
the code styling.

I may need to run...
```shell
$ cd ~/briefcase
$ nix-shell
$ npx prettier --list-different "**/*.{js,ts,jsx,tsx,html,css,json}"
```
...to see which files I should have formatted.
2020-03-27 10:59:50 +00:00
..
src Run Prettier across projects 2020-03-27 10:59:50 +00:00
.envrc Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
.gitignore Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
default.nix Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
package.json Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
postcss.config.js Run Prettier across projects 2020-03-27 10:59:50 +00:00
README.md Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
shell.nix Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
tailwind.config.js Run Prettier across projects 2020-03-27 10:59:50 +00:00
tsconfig.json Run Prettier across projects 2020-03-27 10:59:50 +00:00
yarn.lock Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00

Contentful

I have not used a CMS in a few years. I learned about Contentful from a Gatsby.js tutorial, and I wanted to learn more; I created a Contentful account, and I'm experimenting with the data here.

Developing

$ nix-shell
$ yarn run dev

Building

$ nix-build