Skip to content

zen-system/Hack.BAR.github.io

Repository files navigation

Welcome to the Hack.BAR

Bar where engineers meet 👩🏽‍💻
Made with ❤️  by developers for developers

Twitter

🍸 Hack.BAR 🦔

神戸三ノ宮駅から徒歩5分。「エンジニアが集まるバー」 Hack.BAR in hanaです。 フロント・サーバ・インフラ各業種のエンジニアが集っていろんな会話が繰り広げられます。また、パソコンを開いてお酒と共に書くコードはいかがでしょうか??

🚪 Opening Hours

  • Fri - Sat: 18:00 ~ 23:00 (LO:22:30)

At Hack.BAR I care about:

  • 🗣 Communication: Whether the engineer, the customer and the staff can maintain good relations and enjoyable conversations..
  • 😈 mood: I create an atmosphere that caters for everyone from those who want to code to those who want to have fun and talk.
  • 🧵 Open-source: Hack.BAR's Homepage is completely open-source. I decided to publish the source code on GitHub because I believe in transparency and in making it fun for you, the engineer. You can suggest features, report bugs or just contribute. We also accept requests and complaints about Hack.BAR. Everyone is welcome.

スクリーンショット 2022-05-21 16 19 02
📺 Watch Homepage →

🚀 Running Hack.BAR's Homepage Locally

Let's setup Hack.BAR locally. First you need to setup the services required to run the Hack.BAR applications, then you can run the application you want. Follow up the setups below to quickly get started.

⚙️ Setting Up Hack.BAR's Homepage

→ STEP #0

  • Prepare yarn. First, check that yarn is installed. If the version is displayed by typing the following command in the terminal, it is OK to skip the rest of the steps.
yarn -v
  • Install yarn if you haven't already done so. npm is required to install yarn. First, make sure you have npm installed.
npm -v
  • If you see a version, please type the following command to install yarn.
npm install -g yarn

→ STEP #1

Clone the apps repo.

git clone git@github.com:MAGIE-COMPANY-Inc/Hack.BAR.github.io.git

→ STEP #2

uncomment this line in the code

/index.html
<head>
    <meta charset="UTF-8">
    <title>Hack.BAR ~Enginner's BAR ~</title>
    <style id="style-tag"></style>
    <!-- <script src="dist/app.js"></script> -->    uncomment this line
    <link rel="icon" type="image/png" sizes="32x32" href="/ico/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/ico/favicon-16x16.png">
    <link rel="shortcut icon" href="/ico/favicon.ico" type="image/x-icon" />
  </head>

→ STEP #3

Installation of dependencies

Open a terminal and install the dependencies using the following command. This completes the environment setup.

yarn 

The command will take a while depending upon your internet speed.

→ STEP #4

Develop

yarn dev 

Starts up on localhost:3000

🙌 Want to Contribute?

We are open to all kinds of contributions. If you want to:

  • 🤔 Suggest a feature
  • 🐛 Report an issue
  • 📖 Improve documentation
  • 👨‍💻 Contribute to the code

If your code is merged , We will give you a drink coupon.

🎩 Core Team

Meet the core team of Hack.BAR:


井手翔陽

📖 📆

Feel free to reach out to us and say hi 👋.

💬 What Do You Think of Hack.BAR?

please write to Issue in this repository

Twitter @dailydotdev  Tweet us @EngineerBarKobe to share your thoughts and stay up-to-date.

About

Hack.BAR 要望(Issue)はこちらへ!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published