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 install
This 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 dev
Open http://localhost:3000 with your browser to see the result.
Alternatively you can run
npm run storybook
to view client components on Storybook on http://localhost:6006/
npm run test
to run tests on client components