this project includes the skylake library == svg morphing animation menu
Hello, you are welcome,
this repository aims building something good, nice && well design. But i'm still learning and i'll be glad if you could/would contribute.
Thanks!
1. Install "ELIXIR" installation page
$ mix local.hex
2. Install "ERLANG" installation page or erlang page
$ wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
$ sudo apt-get update
$ sudo apt-get install esl-erlang
3. Now Install "PHOENIX Framework" installation page
I suggest to use the new phx.new
project generator, you can install it with this archive by doing:
$ mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez
the last release at this moment is v1.3.0-rc.2 it could change in the future...
To start your new Phoenix application you have to:
- Clone this repo, then rename it to
insc_umbrella
cd to the new directory (or root directory): - example: 3 directories= 'app', 'config', and 'deps' etc. - Install dependencies with
mix deps.get
- Start Phoenix router with
mix phx.server
Now you can visitlocalhost:4000
from your browser.
If there are errors:
- Open assets's directory and run npm install: for example
$ cd apps/insc_web/assets
$ npm install
Now you can visit localhost:4000
from your browser.
✨ ✨ ✨ ✨ ✨ ✨