BigBrain is the first step in forming journeys a10ne or t0geth3r with others, it is currently a knowledge sharing and organising experience with git-like properties.
"Here, O king, is a branch of learning that will make the people of Egypt wiser and improve their memories. My discovery provides a recipe for memory and wisdom. But the king answered and said ‘O man full of arts, the god-man Theuth, to one it is given to create the things of art, and to another to judge what measure of harm and of profit they have for those that shall employ them."
To start your Phoenix server:
- cd into the
./lifecycle
directory - Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Run
mix tailwind.install
to download the standalone Tailwind CLI and generate a tailwind.config.js file in theassets
directory. - Start Phoenix endpoint with
mix phx.server
or inside IEx withPORT=4000 iex -S mix phx.server
Now you can visit localhost:4000
from your browser.