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 deploy in local server #45

Closed
udaykumar-8329 opened this issue May 30, 2020 · 1 comment
Closed

How to deploy in local server #45

udaykumar-8329 opened this issue May 30, 2020 · 1 comment
Labels

Comments

@udaykumar-8329
Copy link

Hi, I would like to use it in local server instead of online, How could i deploy this in local server.

@hermanzdosilovic
Copy link
Member

I don't have official instructions for this but you should clone or download a project and serve it's content with the HTTP server like Nginx or Apache, or any other web server.

You could for example use Python to serve you the content: python3 -m http.server 8000. Detailed instructions are here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants