A website for the company SODEA owned by GSH, built with NextJS + Sanity.
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.
-
clone project locally
git clone 'https://github.com/ch33kaboo/sodea/'
-
go to project directory
cd sodea/
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Generate production build
npm run build
-
Start the application in production mode.
npm run start