KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
2023
★ 17
Open GitHub ↗
Go Conference 2023
Download README (.md)
Explore Similar Repositories
CVE-2022-29455
:
Wordpress Vulnerability - XSS ( Cross-Site Scripting )
whitepaper
:
New Blockchain technology / Multi-Chain Interoperability Network that leverages virtualization and smart contracts to create a cross-chain decentralized homogeneous network for distributed software and data processing.
ARCHITECTURAL-BACKDOORS-IN-NEURAL-NETWORKS
:
Pytorch Implementation from this paper: https://arxiv.org/pdf/2206.07840.pdf
aws-cft-ip
:
No description available.
balena-vscode
:
Unofficial VS Code extension for use with Balena Cloud
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
2023
?
Download (.md)
# Go Conference 2023 Static generated site for [Go Conference 2023](https://gocon.jp/2023). ## Getting Started ### 0. Clone this repository ```zsh git clone git@github.com:GoCon/2023.git ``` ```zsh cd 2023 ``` ### 1. Install Node.js Install Node.js specified version with [`.node-version`](./.node-version). ### 2. Enable to use yarn v1 ```zsh corepack enable yarn ``` or ```zsh npm install -g yarn ``` ### 3. Install dependencies ```zsh yarn install ``` ### 4. Run the development server #### 4.1 Next.js Run the script to check entire of the application. ```zsh yarn dev ``` Open [http://localhost:3000/2023](http://localhost:3000/2023) with your browser to see the application. #### 4.2 Storybook Run the script to check each component. ```bash yarn storybook ``` Open [http://localhost:6006](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" ```