Skip to content

devcore-ca/tanjore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

169 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official Tanjore.ca Website

Tech Stack

Local Setup

In the project directory, you can run:

npm install npm run 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.

Deployment to Github Pages

We use Github Pages for deployment. The site gets deployed at tanjore.ca which points to devcore-ca.github.io Initial setup

Our deployment process is as follows:

  1. Make sure package.json has "homepage" set to "https://tanjore.ca".
  2. Merge commits via PRs into main branch
  3. Checkout main branch locally
  4. Git pull
  5. Run npm run deploy from main branch
  6. There is a special branch gh-pages which will auto deploy whatever is on main, onto tanjore.ca. You don't need to manually touch the gh-pages branch at all for deployment.
  7. Open Github settings: https://github.com/devcore-ca/tanjore/settings/pages
  8. Inside the "Custom Domain" field, we should put tanjore.ca and hit Save. Must do after every deploy.
  9. Check https://tanjore.ca/ and devcore-ca.github.io/tanjore

Errors during deployment

| Failed to compile

  • Run npm install

We're using gh-pages

About

No description or website provided.

Topics

Resources

License

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors