Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 902 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 902 Bytes

Description

A website for the company SODEA owned by GSH, built with NextJS + Sanity.

Project Initilization

Upon opening this repository in VS Code it will prompt you to install recommended extensions (Prettier, ESLint, Tailwind CSS IntelliSense, react language support, .. etc)

You will also find VS Code workspace settings for formatting text and indentation already set up.

🛠 Installation

  1. clone project locally

    git clone 'https://github.com/ch33kaboo/sodea/'
  2. go to project directory

    cd sodea/
  3. Install dependencies

    npm install
  4. Start the development server

    npm run dev

🚀 Building and Running for Production

  1. Generate production build

    npm run build
  2. Start the application in production mode.

    npm run start