⚠️ Check out the latest version of my site at https://github.com/zslabs/zslabs-next Rebuilt with Next.js, Tailwind CSS, and more!
This site is built with Gatsby v2, a static-site generator built with React.
Hosted on Netlify.
- Clone repo
- Run
yarn develop
. This will install all needed dependencies and start up a local server.
Any changes made will automatically refresh your browser.
To see a production-ready version of the site, run yarn build
. When finished, run gatsby serve
to start a local server which will point to the built site.