Doing good better. The website for the McGill chapter of the effective altruism movement.
Doing good better. The website for the McGill chapter of the effective altruism movement.
Built with Next.js and hosted on Netlify.
All of the following commands should also work with npm
, but I use yarn
.
Clone this repository.
git clone https://github.com/jkatofsky/mcgill-effective-altruism.git
cd mcgill-effective-altruism
Install the project dependencies.
yarn install
And run locally.
yarn dev
If you wish to contribute, please fork the repository and make a pull request!
IMPORTANT: For those with write privileges to this repository, know that it is continuously deployed with Netlify. Code pushed to the master branch will be automatically built on production. It is therefore very important to test building the site and hosting the result locally before pushing any code:
yarn build && yarn start