Here's a few resources to get you started on changing this site:
- 📺 Editing Content
- 📺 Adding, Reordering and Deleting Items
- 📺 Collaboration
- 📺 Publishing
- 📚 Stackbit Documentation
If you need a hand, make sure to check the Stackbit support page.
-
Create a site from this theme using Stackbit.
-
Once finished, you will be redirected to Stackbit Studio where you will be able to edit the content using the free on-page editing experience, and publish new versions of your site.
-
To further develop your site, clone the generated repository.
-
Install dependencies
npm install
-
Start the Next.js local development server:
npm run dev
-
Open http://localhost:3000/ in the browser to see your site. You can now edit the site contents, and the browser will live-update your changes. 🎉
To build a static site for production, or test locally how it works, run the following command:
npm run build
The exported site will be written to out
folder. The contents of this folder
can be deployed by serverless deployment platform such as Netlify.
You can start a local server serving the static files from the out
folder, for
example by installing and running http-server
:
npm install http-server -g
http-server out