We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cc6fd commit 5ecff47Copy full SHA for 5ecff47
README.md
@@ -10,16 +10,16 @@ Here's the code of the website [FrontEndFestival.nl](https://frontendfestival.nl
10
- [TypeScript](https://www.typescriptlang.org/) (There's not much script though)
11
- [TailwindCSS](https://tailwindcss.com/)
12
- Hosted on [Azure Web Apps](https://azure.microsoft.com/en-us/services/app-service/web/)
13
-- [Yarn](https://yarnpkg.com/) zero installs
+ - Automated with [Terraform](https://www.terraform.io/)
14
- [Prettier](https://prettier.io/) for code formatting
15
16
## Running
17
18
This should do it all:
19
20
```bash
21
-# Link node_modules
22
-yarn
+# Install dependencies
+npm install
23
# Run the dev server
24
-yarn dev
+npm run dev
25
```
0 commit comments