A revamp of the WebSpace website built using Next.js and WordPress as the data source. The Figma design can be found here
- Clone the repository
- 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
- Run
npm installto install the dependencies - Run
cp .env.local.example .env.localto create a local environment file - Fill in your WordPress API URL in the
.env.localfile - Run
npm run devto start the development server