source code of https://mornin.fm
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
You must have your own domain name, because the project uses relative paths.
If you use Github's domain name, it's will be deploy on <user>.github.io/mornin.fm/
, but it will try to find js and css in <user>.github.io/
and failed.
After you configure a CNAME record with your DNS provider, modify src/CNAME
to your custom domain name.
By the way, Github does not recommend using the root domain name, but using the subdomain name. If the root domain name is used as the CNAME, see configuring-an-apex-domain.
If you use self-hosted kraken as backend service, modify env.API_BASE
in .github/workflows/master.yml
Finally, go to your forked repository, click Settings -> Pages, select gh-pages
branch to save.