Skip to content

q-cubing/scrambler-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrambler-web

Scrambler website

screenshot

Usage

Prerequisites

Backend

Clone scrambler_api.

Get deps.

mix deps.get

Configure using scrambler_api/config/config.exs.

Run HTTP server.

mix run --no-halt

The website

Get deps.

npm i

Run this for tailwindcss to work.

npm run dev

Go to localhost:your_port.