==============
Silicon Mountain Conference website was created, and is maintained by The Silicon Mountain developers in Buea. If you want to contribute to this project, fork the repository and follow the steps below to contribute.
Follow this link to install Python 3.6 on your Linux OS: http://python-guide-pt-br.readthedocs.io/en/latest/starting/install3/linux/. We recommend developers to use Linux for development to make things easier for everyone. This step is to allow us use python3
in-built http.server
module to deploy the website during development.
$ cd ~/
$ git clone https://github.com/<your-github-handle>/smconf.org.git
Replace <your-github-handle>
with your actual Github username. For example, mine is: git clone https://github.com/ch3nkula/smconf.org.git
.
$ python3 -m http.server
Deployment by default is on port 8000 when using the python3
's in-built HTTP server.
Open up your browser and type the link: http://localhost:8000. Hayyy! You should have the website served via HTTP successfully if the website loads locally 👍.
smconf.org is licensed under Apache.