-
Notifications
You must be signed in to change notification settings - Fork 7
Starg3n: Local Hosting
☆ stargen ☆ edited this page Jan 15, 2025
·
1 revision
_ _____
| | |____ |
___ | |_ __ _ _ __ __ _ / / _ __
/ __|| __|/ _` || '__|/ _` | \ \| '_ \
\__ \| |_| (_| || | | (_| |.___/ /| | | |
|___/ \__|\__,_||_| \__, |\____/ |_| |_|
__/ |
|___/ local host
some computers may not have enough space to download all of Starg3n. This is a way to access Starg3n without ever downloading anything. You do need to have a Github account to do this.
- Give Starg3n a star
- Fork the project
- Open it in a codespace
Once everything has loaded, open the terminal and run
npm start
If successful, you will get this message:
> [email protected] start
> nodemon --exec static-server -p 8080 -e html
[nodemon] 2.0.20
[nodemon] to restart at any time, enter 'rs'
[nodemon] watching path{s}: *.*
[nodemon] watching extensions: html
[nodemon] starting 'static server -p 8080'
options.index is now deprecreated please use options.template.index instead.
* Static server successfully started.
* Serving files at: http://localhost:8080
* Press Ctrl+C to shutdown
This should open starg3n to https://localhost8080
. Github Codespace should prompt you to open up the port in your browser.