Skip to content

Humanoidear/webpage

 
 

Repository files navigation

HyperloopUPV's Webpage

This repository holds the source code for the webpage. It is written using react and typescript, with sass for the styles.

Deployment

Deployment is usually done through the Deploy action, but can also be done manually.

First, if you don't have already, generate an SSH key pair using ssh-keygen. Once you have it, request that the public key gets added to the list of allowed users on the server. Once the key is uploaded you will be notified of the host name and user you can log in on the remote server.

Now create a build using the command npm i && npm run build, which will install all dependencies and build the webpage.

Once done use scp to upload the dist folder to the remote host given to you earlier.

About

Official Hyperloop UPV webpage source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.6%
  • SCSS 26.1%
  • Go 12.9%
  • Other 0.4%