Skip to content

MaxwellM/PortfolioWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAXINTOSH.ORG

This website shows all of the projects I've created and to be an example of the type of websites I can build using tools such as AngularJS, Python, Golang, and various Javascript tools.

File Structure

  • public: this directories are generated by the src directory and will contain files that the client will use
  • src: This directory contains all the src code for the entire project
  • runServer: is the latest linux binary that anyone can run to start the server and display the website

Installation Guide

Golang Installation

Javascript Tools Installation

sudo npm install -g less pug pug-cli
cd src
npm install package.json

Pug is a HTML preprocessor that will take pug files and render them to HTML Pugjs

Less is a CSS preprocessor that will render less files into CSS LessJS

Python 3 Installation

Postgresql Installation

Postgresql Download

sudo pacman -S postgresql

How To Build

cd src
./create_website_pages.py
./database_utils.py -c
./runServer.py -b
cd ..
./runServer OR ./runServer release

DONE! Type localhost:8080 into the browser to view

How To Test

  • TODO

About

Maxwell's personal portfolio website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published