Skip to content

GoCon/2023

Folders and files

NameName
Last commit message
Last commit date
May 27, 2023
Oct 12, 2022
May 19, 2023
Jun 1, 2023
Jun 3, 2023
May 24, 2023
May 24, 2023
May 18, 2023
Oct 20, 2022
May 19, 2023
Apr 2, 2023
Oct 2, 2022
May 19, 2023
May 24, 2023
May 28, 2023
Oct 2, 2022
Aug 27, 2022
May 28, 2023

Repository files navigation

Go Conference 2023

Static generated site for Go Conference 2023.

Getting Started

0. Clone this repository

git clone git@github.com:GoCon/2023.git
cd 2023

1. Install Node.js

Install Node.js specified version with .node-version.

2. Enable to use yarn v1

corepack enable yarn

or

npm install -g yarn

3. Install dependencies

yarn install

4. Run the development server

4.1 Next.js

Run the script to check entire of the application.

yarn dev

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

4.2 Storybook

Run the script to check each component.

yarn storybook

Open http://localhost:6006 with your browser to see the components catalog.

Deploy

Auto-deploy runs when merged into main.

if GitHub secrets ENV is set as below, password lock is enabled.

NEXT_PUBLIC_AUTH_PASSWORD="password"

Releases

No releases published

Packages

No packages published

Languages