This is a Next.js project bootstrapped with create-next-app. The live website can be foound at www.moshimoshiproject.co.uk/
First, install the dependencies with
npm installThis website has been built using React Bootstrap, and it uses an SQL Database to pull products data from the DB.
For the project to run correctly on your local, you need to create environment variables where these are required to pull data from the DB. Then you can run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
Alternatively you can run
npm run storybookto view client components on Storybook on http://localhost:6006/
npm run testto run tests on client components