This is a web development project for hacktoberfest made with HTML, CSS, JS and Python (flask).
Voyager website: NASA & SpaceX have successfully helped humanity establish a multi-planetary presence.
A space website that can be used as a template in future for space related topics.
Are there any missing features which we can add to make it the best template availableâť“ or you are here just to help out with the issues (see issues) or to contribute towards hacktoberfest 2021, well welcome! To start contributing, follow the below guidelines:
D:\xyz_folder> git clone https://github.com/pulkithanda/voyager-hf.git
D:\xyz_folder\voyager-hf>pip install -r requirements.txt
D:\xyz_folder\voyager-hf>click on run.py
https://github.com/pulkithanda/voyager-hf.git
You’re done! Now you can help with the issues (issues tab and also the issues file) or maybe even add some sections (team section or missions etc) and after accepting the PR It’ll be counted as your contribution to open source and for hacktoberfest in the month of october! Thanks for coming! Do star it & follow my github if you liked the project and for tons of other projects!
heroku login
heroku git:remote -a <appName you created earlier>
pip install gunicorn
pip freeze > requirements.txt
web: gunicorn run:app
git push heroku master