This is the portfolio website for Shawn Meyer, a web developer. See it live
- React
- HTML
- CSS
- JavaScript
Setup
- Clone the repository
- Run
npm install - Run
npm start
Deploy
- Run
npm run build - The files in the
buildfolder are the static files for the website - Upload the files to the web server
- Move
fetch_moon_phase.phpto your root - Set up a cron job to run the php script every 4 hours
- This creates the json file that the app will call to get moon data.
Alternative Deploy
- Run the deploy.sh script from the home folder.
- This script presumes both you temp folder and your web root folder are in your home folder.