Skip to content

Commit 5ecff47

Browse files
committed
chore: Update Readme
1 parent 09cc6fd commit 5ecff47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ Here's the code of the website [FrontEndFestival.nl](https://frontendfestival.nl
1010
- [TypeScript](https://www.typescriptlang.org/) (There's not much script though)
1111
- [TailwindCSS](https://tailwindcss.com/)
1212
- Hosted on [Azure Web Apps](https://azure.microsoft.com/en-us/services/app-service/web/)
13-
- [Yarn](https://yarnpkg.com/) zero installs
13+
- Automated with [Terraform](https://www.terraform.io/)
1414
- [Prettier](https://prettier.io/) for code formatting
1515

1616
## Running
1717

1818
This should do it all:
1919

2020
```bash
21-
# Link node_modules
22-
yarn
21+
# Install dependencies
22+
npm install
2323
# Run the dev server
24-
yarn dev
24+
npm run dev
2525
```

0 commit comments

Comments
 (0)