Docksal official website (built with GatsbyJS)
- Clone the repo
- Run
fin init
and wait for it to start serving the site (it needs to keep running for realtime updates) - Open http://devdocksalio.docksal/ (note: Gastby will point to http://devdocksalio.docksal:3000/ - don't use that)
Note: fin init
initializes project from scratch.
To just (re)start the project stack and development server - use fin develop
instead.
fin init
- (re)initialize the project (start fresh, dropsnode_modules
and and runnpm install
)fin develop
- starts Gatsby server again (if the server or project stack was stopped). Does NOT do a resetfin build-site
- Generates production GatsbyJS site build in./public