Skip to content

codingjuniors/codingjuniororg

Repository files navigation

Installation & Set Up

  1. In the top-right corner of the page, click Fork. Create a local clone of your fork:

  2. Install and use the correct version of Node using NVM

    cd codingjuniororg
    nvm install
  3. Install the Gatsby CLI

    npm install -g gatsby-cli
  4. Install dependencies

    npm install
  5. Start the development server

    npm run develop

Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published