https://github.com/webexp0528/bedrock
https://github.com/webexp0528/bedrock
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/webexp0528/bedrock
- Owner: WebExp0528
- Created: 2021-02-19T16:43:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T18:12:19.000Z (over 5 years ago)
- Last Synced: 2025-01-21T18:13:01.259Z (over 1 year ago)
- Language: TypeScript
- Size: 5.99 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Bedrock Client
[
](https://circleci.com/gh/prometheonsystems/bedrock-client2)
This is an Electron/Web client for Bedrock. [Backend is here](https://github.com/prometheonsystems/bedrock-backend).
## Requirements
> It's recommended to use [vscode](https://code.visualstudio.com/) within this project [`[and these extensions]`](wiki/vscode-recommendations.md)
- [Yarn](https://yarnpkg.com/en/docs/install) [1.15.2]
- [NVM](https://github.com/nvm-sh/nvm/blob/master/README.md#install--update-script) [0.34.0]
## Installation
> Make sure you've read the [`introduction.md`](/wiki/introduction.md)
```bash
echo '# override envs here' > .env
nvm install
yarn
yarn start
```
## Deploy
To be able to see deployments, ask [Jerry Green](https://t.me/jerrygreen) to sent you an invite to give access. While that, [register on now.sh](https://zeit.co/github-setup), the deployment service. After you'll be invited, you will be able to see deployments here:
- [zeit.co/bedrock](https://zeit.co/bedrock)