mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Updating deployment instructions for next.js static deployment
This commit is contained in:
parent
0f7fe25bb5
commit
89ac643f58
@ -15,7 +15,7 @@ All that’s left is for you to host your data marketplace and start sharing it
|
||||
To host your data marketplace, you need to run the build command:
|
||||
|
||||
```
|
||||
npm run build
|
||||
npm run build:static
|
||||
```
|
||||
|
||||
This takes a few minutes to run. While this is running, you can get prepared to host your new data marketplace. You have many options for hosting your data marketplace (including AWS S3, Vercel, Netlify and many more). In this guide, we will demonstrate how to host it with surge, which is completely free and very easy to use.
|
||||
@ -29,7 +29,7 @@ npm install --global surge
|
||||
When this is complete, navigate back to the terminal window that is building your finished data marketplace. Once the build is completed, enter the following commands to enter the public directory and host it:
|
||||
|
||||
```
|
||||
cd public
|
||||
cd out
|
||||
```
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user