Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dea37ca

Browse files
committedAug 8, 2024
update: README
1 parent f25c9c5 commit dea37ca

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
 

‎README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
# Website
2-
3-
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
1+
<p align="center">
2+
<a href="https://sdkman.io">SDKMAN!</a> Website built using <a href="https://docusaurus.io/">Docusaurus</a>, a modern static website generator.
3+
</p>
4+
<br />
45

56
### Installation
67

78
```
8-
$ yarn
9+
$ npm i
910
```
1011

1112
### Local Development
1213

1314
```
14-
$ yarn start
15+
$ npm start
1516
```
1617

1718
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
1819

1920
### Build
2021

2122
```
22-
$ yarn build
23+
$ npm run build
2324
```
2425

2526
This command generates static content into the `build` directory and can be served using any static contents hosting service.
@@ -29,13 +30,13 @@ This command generates static content into the `build` directory and can be serv
2930
Using SSH:
3031

3132
```
32-
$ USE_SSH=true yarn deploy
33+
$ USE_SSH=true npm run deploy
3334
```
3435

3536
Not using SSH:
3637

3738
```
38-
$ GIT_USER=<Your GitHub username> yarn deploy
39+
$ GIT_USER=<Your GitHub username> npm run deploy
3940
```
4041

4142
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

0 commit comments

Comments
 (0)
Please sign in to comment.