We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f554176 commit 2f4aef4Copy full SHA for 2f4aef4
1 file changed
README.md
@@ -14,7 +14,13 @@ pnpm dev
14
bun dev
15
```
16
17
-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
+If you encounter an "Unexpected token '?'" error you might have to change your nvm version. On linux this can be done using the following commands:
18
+```bash
19
+nvm install 18
20
+nvm use 18
21
+```
22
+
23
+Open [http://localhost:3000/maasec.com](http://localhost:3000/maasec.com) with your browser to see the result.
24
25
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
26
0 commit comments