Skip to content

eceusc/rcf-website-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECE Reverse Career Fair Website

This site is currently deployed here.

It is currently setup to provide information about ECE Reverse Career Fair to both students and companies. In the future, we may want to add a section to showcase projects as well as company sponsors.

Contributing

Contributions are always welcome as long you are in the RCF discord!

Updating the website

It would be best to keep the code for every subsequent RCF in separate GitHub repositories. As such, we can refer to each year's respective website for inspiration.

The first RCF website was built by Branson using React. As a result, it is easiest to iterate on the work he has already put towards building the website. This repository contains updates made for RCF 2023. The original website that Branson built can be found here.

Deploying the website

  • The website is served from ecercf.ucsd.edu.
  • When you attach to the server via SSH, you should see
├── htdocs
└── htdocs_2021
  • The htdocs directory is where the build of the React branch is located and served.
  • To deploy the latest iteration of the website from your local machine, you can run the following command to build the project and copy the build file into the htdocs directory:
npm run build
scp -r ./build/* [email protected]:~/htdocs

Support

For general support about RCF, email [email protected]. For support about editing the website you can contact [email protected].