ravi-kumar7 / landing-page

Official landing page for the Codidact project

Home Page:https://codidact.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codidact/landing-page

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 forums, Wiki, and chat.

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

Setting up your local development environment

  • Ensure node and npm are installed locally (nvm recommended).
  • Run npm install to install project dependencies.
  • Run npm run start to start the front-end. This can be viewed by navigating to localhost:3000 in your browser.

Linting

Whilst CI tools will be used at a later date, before submitting a PR ensure your code is linted by running npm run lint. Any submitted PRs will be rejected if linting does not pass.

  • 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.

About

Official landing page for the Codidact project

https://codidact.org/

License:MIT License


Languages

Language:CSS 66.4%Language:JavaScript 33.6%