Skip to content

UNSW-Sunswift/DISP-2021-SampleApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sample Application

installation instructions

YOu will need to have npm and cargo already installed.

Inside the frontend directory; run npm install

debugging instructions

On the frontend, you can right click "inspect element" to see errors and what the HTML is like.

On the backend, running info!() or error!() will print out to the system log.

On linux, you can access this with:

$ tail -f /var/log/syslog

On mac, you can access this with:

$ tail -f /var/log/system.log

Note that in both cases, not all the messages are produced by SunswiftOS (i.e. some messages are from other apps running on your system).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published