Skip to content

Commit ee85fa1

Browse files
committed
feat(CI): update README, rm lockfiles
1 parent 159c637 commit ee85fa1

3 files changed

Lines changed: 11 additions & 24953 deletions

File tree

README.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,50 +21,42 @@ Our goal is to ensure transparent and effective decision-making within the 1inch
2121

2222
# Website
2323

24-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
24+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
2525
This repo contains submodules that you need to pull `git submodule update --recursive`
2626

2727
### Installation
2828

2929
```
30-
$ yarn
30+
$ pnpm install
3131
```
3232

3333
### Local Development
3434

3535
```
36-
$ yarn start
36+
$ pnpm start
3737
```
3838

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

4141
### Build
4242

4343
```
44-
$ yarn build
44+
$ pnpm build
4545
```
4646

4747
This command generates static content into the `build` directory and can be served using any static contents hosting service.
4848

49-
### Deployment
50-
51-
```
52-
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
53-
```
54-
55-
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.
56-
5749
### Info about development
58-
You can see `warning` in time `yarn install` - it's okey
50+
You can see `warning` in time `pnpm install` - it's okey
5951

60-
File `docs\limit-order-protocol\smart-contract\_category_.json` changed after `yarn install`. Discard changes in this file before execute some other commands
52+
File `docs\limit-order-protocol\smart-contract\_category_.json` changed after `pnpm install`. Discard changes in this file before execute some other commands
6153

62-
Search doesn't work in `yarn start`.
54+
Search doesn't work in `pnpm start`.
6355
For check working of the search you need:
64-
- `yarn build`
65-
- `yarn serve`
56+
- `pnpm build`
57+
- `pnpm serve`
6658

6759
If you got some error check that you does all in accordiance with README.
68-
After that remove `yarn.lock` (`package-lock.json`), `node_modules` and `build` (if there is one). And try again.
69-
Also check node.js version. All correct worked with node version 16.17.1
60+
After that remove `pnpm-lock.yaml` (`package-lock.json`), `node_modules` and `build` (if there is one). And try again.
61+
Also check node.js version. All correct worked with node version 18.2.0
7062

0 commit comments

Comments
 (0)