项目作者: jkatofsky

项目描述 :
Doing good better. The website for the McGill chapter of the effective altruism movement.
高级语言: JavaScript
项目地址: git://github.com/jkatofsky/mcgill-effective-altruism.git
创建时间: 2020-12-24T00:57:27Z
项目社区:https://github.com/jkatofsky/mcgill-effective-altruism

开源协议:MIT License

下载


drawing

Effective Altruists at McGill

Doing good better. The website for the McGill chapter of the effective altruism movement.

Built with Next.js and hosted on Netlify.

Setup

All of the following commands should also work with npm, but I use yarn.

  1. Clone this repository.

    1. git clone https://github.com/jkatofsky/mcgill-effective-altruism.git
    2. cd mcgill-effective-altruism
  2. Install the project dependencies.

    1. yarn install
  3. And run locally.

    1. yarn dev

Contributing

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:

  1. yarn build && yarn start