Skip to content

universelabs/universe-key-recovery

Repository files navigation

Universe website

Universe website is the best resource for all things Universe.
universe.engineering

Report bug · Request feature · Medium · Slack

follow on Twitter · Star Repo


universe.engineering-v1.4.15


Table of contents

Quick start

  1. Quickly start by cloning the repository to your local machine git clone git@github.com:universelabs/universe.engineering.git.
  2. Ensure you have npm installed. npm comes bundled with Node.js. brew install node.
  3. Add dependencies for both the back-end and client servers npm install.
  4. Start the local back-end and client side server and run the app. The app will automatically open your web browser and navigate to http://localhost:3000/ for you npm run dev.

Status

Slack universe.engineering version universe.engineering server version Build status Repository Size

Getting started

Quickly start by cloning the repository to your local machine

$ git clone git@github.com:universelabs/universe.engineering.git

Install npm. npm is installed and comes bundled with Node.js

$ brew install node

Add dependencies for the Express.js server

$ cd universe.engineering
$ npm install

Add dependencies for the React.js/create-react-app client

$ cd client
$ npm install

Go back to the server

$ cd ../

Start both the server and client by running...

$ npm run dev

The app will and automatically start the Node/Express server on port http://localhost:5000/ as well as the client side server on port http://localhost:3000/. The app will also listen for changes and update automatically.

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All code should conform to the Code Guidelines.

Roadmap

Universe Labs' mission is to become the largest decentralized login and decentralized private key recovery protocol.

› Universe Roadmap

View the Universe Roadmap to learn more about project overview, goals, execution to date, milestones, current tech stack, and more...

Community

Get updates on Universe's development and chat with the project maintainers and community members.

Maintainers

Guy Lepage

Jacob Gadakian

License

By contributing your code, you agree to license your contribution under the MIT License.

This project was bootstrapped with Create React App v2.