mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-03-01 05:00:45 +00:00
docs: update READMOE
This commit is contained in:
parent
fc34d2e200
commit
64e7ca017f
10
README.md
10
README.md
@ -42,17 +42,17 @@ $ yarn dev
|
|||||||
$ yarn build
|
$ yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
The files will be created in the `build` directory.
|
The files will be created in the `out` directory.
|
||||||
|
|
||||||
2. Serve the build:
|
2. The build is located in the `/out` directory. You can host it using a static HTTP server such as [http-server](https://www.npmjs.com/package/http-server)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ yarn start
|
$ cd out && http-server . -p 3000
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Visit `http://localhost:3000` in your browser.
|
For more details about the NextJS static build process, visit the official documentation: [https://nextjs.org/docs/pages/building-your-application/deploying/static-exports](https://nextjs.org/docs/pages/building-your-application/deploying/static-exports)
|
||||||
|
|
||||||
Keep in mind this webpage rebuilds itself at runtime.
|
3. Visit `http://localhost:3000` in your browser.
|
||||||
|
|
||||||
## Change Process
|
## Change Process
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user