Hosted at https://seage.github.com with alias https://www.seage.org
This project was bootstrapped with Create React App.
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
npm run deploy
Deploys the built webpage to GitHub at https://seage.github.com
-
The dev package
gh-pages
is used for the deployment -
The code is in the
master
branch in here: https://github.com/seage/seage.github.com -
The webpage is served from
gh-pages
branch of the same repository. -
DNS stuff
- DNS record www.seage.org points at seage.github.com
- There must be
CNAME
file with contentwww.seage.org
in the root ofgh-pages
branch