Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SEDAS-DevTeam/sedas-devteam.github.io

Repository files navigation

SEDAS main website

This is the main website for the SEDAS project, here, you can find redirects to other links and documentation.

Tech stack

jQuery Bootstrap Github Pages CSS3 JavaScript HTML

Local deployment

To test some of the parts of the code, simply run these commands (You need to have Python3 installed)

pyenv install 3.11
pyenv virtualenv 3.11 sedas_devel_server # because we are using Livereload and Flask package, we need to create virtualenv
pyenv local sedas_devel_server
pip install -r requirements.txt

chmod +x ./server.py # make executable
./server.py -p=8080 # serve on port 8080 (exits on KeyboardInterrupt - Ctrl+C)

TODO

  • Finish website structure
  • Add links to other parts of the project
  • Add AJAX + jQuery so that the page loading will feel smoother
  • Add used tech stack here in README
  • Add youtube logo to website

About

A website containing all the information regarding the SEDAS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published