Static generated site for Go Conference 2023.
git clone [email protected]:GoCon/2023.git
cd 2023
Install Node.js specified version with .node-version
.
corepack enable yarn
or
npm install -g yarn
yarn install
Run the script to check entire of the application.
yarn dev
Open http://localhost:3000/2023 with your browser to see the application.
Run the script to check each component.
yarn storybook
Open http://localhost:6006 with your browser to see the components catalog.
Auto-deploy runs when merged into main.
if GitHub secrets ENV
is set as below, password lock is enabled.
NEXT_PUBLIC_AUTH_PASSWORD="password"