Universe website is the best resource for all things Universe.
universe.engineering
Report bug
·
Request feature
·
Medium
·
Slack
·
- Quickly start by cloning the repository to your local machine
git clone git@github.com:universelabs/universe.engineering.git
. - Ensure you have
npm
installed.npm
comes bundled with Node.js.brew install node
. - Add dependencies for both the back-end and client servers
npm install
. - 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
.
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.
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.
Universe Labs' mission is to become the largest decentralized login and decentralized private key recovery protocol.
View the Universe Roadmap to learn more about project overview, goals, execution to date, milestones, current tech stack, and more...
Get updates on Universe's development and chat with the project maintainers and community members.
- Subscribe to the Universe Newsletter
- Star this repo
- Follow @universelabs on Twitter.
- Join the official Universe Slack.
Guy Lepage
Jacob Gadakian
By contributing your code, you agree to license your contribution under the MIT License.
This project was bootstrapped with Create React App v2
.