Follow these steps to install the stack for the 1st time:
cp .env.local.example .env.local
- make default environment variables available to Next.js, Storybook and WordPressnvm use
npm install
- install packages
npm --prefix ./wordpress run build
npm --prefix ./wordpress run start
Open http://localhost/wp-admin/ on your browser to access to the admin. (login: superstack, password: superstack)
npm run dev
Open http://localhost:3000 with your browser to see the result.
Having issues? See TROUBLESHOOTING.md
npm run storybook
Open http://localhost:4000 with your browser to access to Storybook.