Skip to content

Commit

Permalink
Update readme.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored Oct 22, 2024
1 parent e3f8051 commit dbf48e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ This is my [website](https://mcan.sh). It's pretty simple.
Get the source:

```sh
$ git clone https://github.com/mcansh/mcan.sh
$ cd mcan.sh
gh repo clone mcansh/mcan.sh
cd mcan.sh
```

Get the dependencies:

```sh
$ npm install
pnpm install
```

Now you can start the server:

```sh
$ npm run dev
pnpm run dev
```

Then open <http://localhost:3000> in your browser to see it running.

0 comments on commit dbf48e2

Please sign in to comment.