Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 828 Bytes

installation.md

File metadata and controls

28 lines (16 loc) · 828 Bytes

🏗 Getting Started

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 WordPress
  • nvm use
  • npm install - install packages

WordPress

  • 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)

Next.js

  • npm run dev

Open http://localhost:3000 with your browser to see the result.

Having issues? See TROUBLESHOOTING.md

Storybook

  • npm run storybook

Open http://localhost:4000 with your browser to access to Storybook.