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 install
to install the dependencies - Run
cp .env.local.example .env.local
to create a local environment file - Fill in your WordPress API URL in the
.env.local
file - Run
npm run dev
to start the development server