Skip to content

Files

Latest commit

Dec 30, 2023
47ecece · Dec 30, 2023

History

History

website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 27, 2023
Nov 17, 2023
Dec 30, 2023
Jan 27, 2023
Jan 27, 2023
Jan 27, 2023
Jan 31, 2023
Jan 27, 2023
Jan 27, 2023
Jan 27, 2023
Nov 17, 2023
Sep 26, 2023
Jan 27, 2023
Sep 26, 2023

Pomatez website

Preview Light

Preview Dark

🛠 Installation & Set Up

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install and use the correct version of Node using NVM

    nvm install
  3. Install dependencies

    yarn install or npm install
  4. Start the development server

    yarn dev or npm run dev

🚀 Building and Running for Production

  1. Generate a full static production build

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

    yarn serve or npm run serve

License

MIT © Roldan Montilla Jr