There's a ton of things wrong, but the site is still viewable, at least in a reduced capacity.
Instead of running an Express server, there's now an index.html
that serves as the entrypoint, loading the bundled application.
Blog and Data pages do not work.
To run the site, simply serve the public
directory from a server. There's a handy server.go
for that purpose, so go run server.go
followed by open localhost:3000
should do the trick.
Project of a webpage covering the exploits and advances of the team the Almighty Lobsters through the CanSat competition.
You want to get your hands on those new nifty features that are in making? Sure, no problem.
Simply find on what branch they may be (eg.: design) and follow these instructions:
git clone https://github.com/AlmightyLobsters/LobsterPages.git -b [the name of the brach you have chosen]
to clone repositorycd LobsterPages
yarn
/npm install
to install packagesyarn dev
/npm dev
to spin up the hot-reloading express server- Done, you are all set
To look at what awaits us, look at the GitHub Issues.