Skip to content

web-space-dev/web-space.ie

Repository files navigation

☁️🎨 WebSpace Client REVAMP

✏️ Description

A revamp of the WebSpace website built using Next.js and WordPress as the data source. The Figma design can be found here

🤔 How to run

  1. Clone the repository
  2. Make sure you are running at least Node.js 18.17.0.
  • Install that version of node.js using NVM - nvm install 18.17.0
  • Use that version nvm use 18.17.0
  1. Run npm install to install the dependencies
  2. Run cp .env.local.example .env.local to create a local environment file
  3. Fill in your WordPress API URL in the .env.local file
  4. Run npm run dev to start the development server