- NodeJS >= 17.3.0
- npm >= 8.3.0
- Gatsby CLI >= 4.5.1
-
Install depedencies
Navigate into your new site’s directory and start it up.
cd develop_owdc npm install
-
Start developing.
npm run develop
-
Open the code and start customizing!
Your site is now running at http://localhost:8000!
-
Change the browser breakpoint
Note: This website isn't responsive.
for better experience change the browser breakpoint with this steps:
- inspect the website,
- toggle the device emulation by click Ctrl+Shift+M, or click on the top left of devtools,
- on the top of website, change the breakpoint to 1440 x 900
Due to time constraints, we did not add responsive features to this website
-
Learn more