GitXplorerGitXplorer
k

old-next-js-developer-forge

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
bc6b2d00f4130bbfd3313dd65fc7f47de179e424

update

kkealanparr committed 3 years ago
Unverified
ed277c95320a45e6dbc8d5bb77f63dd1b8f51929

update

kkealanparr committed 3 years ago
Unverified
298fc19027d86697deba670fda91a93cbf8a776b

update

kkealanparr committed 3 years ago
Unverified
b5eaf0d03a6872203267303d51f989a8d7aae7ae

update

kkealanparr committed 3 years ago
Unverified
d0043a8db17c41277386f8d59f01d50e93a180ae

update

kkealanparr committed 3 years ago
Unverified
04d133c30114782c1a7a5f1c2f89edb0bc14f619

update

kkealanparr committed 3 years ago

README

The README file for this repository.

Developer Forge

Here's a few resources to get you started on changing this site:

If you need a hand, make sure to check the Stackbit support page.

Develop Locally

  1. Create a site from this theme using Stackbit.

  2. 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.

  3. To further develop your site, clone the generated repository.

  4. Install dependencies

     npm install
    
  5. Start the Next.js local development server:

     npm run dev
    
  6. 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. 🎉

Building for production 🏗

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