Skip to content

Commit

Permalink
My own attempt at issue codidact#36.
Browse files Browse the repository at this point in the history
  • Loading branch information
galegosimpatico committed Aug 22, 2020
1 parent 04db1f1 commit 50a0c8c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Codidact project landing page. It should contain a high-level overview of what the Codidact project is about, as well as references to resources such as the [Wiki](https://github.com/codidact/docs/wiki), [Meta](https://meta.codidact.com/), and [chat](https://discord.gg/PSr9pmn).

This site is live at https://codidact.org.
This site is live at https://codidact.org.
A staging environment is available at https://codidact.github.io/landing-page *(deployed via [GitHub Pages](https://github.com/codidact/landing-page/deployments) based on the `gh-pages` branch)*.

## Setting up your local development environment
Expand All @@ -18,3 +18,10 @@ Whilst CI tools will be used at a later date, before submitting a PR ensure your
- All formatting (except JS) is handled by Prettier (we recommend installing an auto-formatter for your IDE). The configuration is located in `.prettierrc`.
- JS formatting and linting is handled by ESLint. JSON config resides in `.eslintrc` (to be added).
- CSS linting handled by stylelint. JSON config in `.stylelintrc`.

## Copying

MIT license applies to source code. It does not apply to assets under
`dist/assets/img/`, particulary not to those within
`dist/assets/img/3rd-party/`.
Same applies to `src/img/`.

0 comments on commit 50a0c8c

Please sign in to comment.