Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 723 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 723 Bytes

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