神戸三ノ宮駅から徒歩5分。「エンジニアが集まるバー」 Hack.BAR in hanaです。 フロント・サーバ・インフラ各業種のエンジニアが集っていろんな会話が繰り広げられます。また、パソコンを開いてお酒と共に書くコードはいかがでしょうか??
- 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.
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.
- 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
Clone the apps repo.
git clone [email protected]:MAGIE-COMPANY-Inc/Hack.BAR.github.io.git
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>
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.
Develop
yarn dev
Starts up on localhost:3000
We are open to all kinds of contributions. If you want to:
- 🤔 Suggest a feature
- 🐛 Report an issue
- 📖 Improve documentation
- 👨💻 Contribute to the code
Meet the core team of Hack.BAR:
井手翔陽 📖 📆 |
Feel free to reach out to us and say hi 👋.
please write to Issue in this repository