Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

gotripod/website-ui

Repository files navigation

Running a development environment:

  • Install docker + docker compose

Then run:

docker-compose up npm install npm run dev

Access the site on http://localhost:3000.

Deploying

Push to master (if you're an admin) or open a PR against admin. Deploys are done automatically from the master branch.

Updating dependencies

Open the Terminal in VSCode.

To see what's outdated:

npx npm-check-updates

To update package.json:

npx npm-check-updates -u && npm install

Then stop the docker container and rebuild with:

make start-with-rebuild

About

NextJS frontend for Wordpress backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published