Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build via terminal #4

Closed
Elemperor1 opened this issue Jan 31, 2023 · 4 comments
Closed

How to build via terminal #4

Elemperor1 opened this issue Jan 31, 2023 · 4 comments

Comments

@Elemperor1
Copy link

Hi there,
I was wondering how I build this via a terminal?

@malisipi
Copy link
Owner

malisipi commented Feb 1, 2023

Actually not require any building instructions like typescript. Because the repo written by plain JS, HTML and CSS. Just clone the repo and host it (with any program).

git clone https://github.com/malisipi/ubuntu-tour
cd ubuntu-tour
python -m http.server

You can replace last line to use alternative server program.

And browse http://localhost:8000/ from your browser.
image

@Elemperor1
Copy link
Author

Am I able to save the contents of the machine?

@malisipi
Copy link
Owner

malisipi commented Feb 1, 2023

It's not a virtual machine, it's just a front-end web page that designed with Ubuntu look, so you can not. After reloading web page, everything (except wallpaper and location service preference) will be deleted.

@Elemperor1
Copy link
Author

Elemperor1 commented Feb 1, 2023 via email

@malisipi malisipi closed this as completed Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants