Static generated site for Go Conference 2023.
git clone [email protected]:GoCon/2023.gitcd 2023Install Node.js specified version with .node-version.
corepack enable yarnor
npm install -g yarnyarn installRun the script to check entire of the application.
yarn devOpen http://localhost:3000/2023 with your browser to see the application.
Run the script to check each component.
yarn storybookOpen 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"