Skip to content

Latest commit

 

History

394 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

npm install --legacy-peer-deps

Running Flic

CORS:

Flic's backend API has strict CORS origin of beta.watchflic.com. You can either:

  • Use a browser extension to bypass CORS
  • Run Chrome via CLI with CORS disabled:
    • Windows:
    chrome.exe --disable-site-isolation-trials --disable-web-security --user-data-dir="D:\temp"
    • Linux:
    google-chrome --disable-site-isolation-trials --disable-web-security --user-data-dir="~/tmp"

NPM:

npm start

SASS:

Install the latest version of SASS (use sudo if have permission issue on linux)

npm install -g sass

Start SASS Watcher.

sass --watch public/scss/index.scss:public/style.css

Documentation:

Todo.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages