Table of Contents
A wiki system that solves the critical liabilities of Wikipedia. It solves petty "edit wars" by providing contributors the ability to create and join camps and present their views without having them immediately erased. It also provides ways to standardise definitions and vocabulary, especially important in new fields.
- Next.js
- Redux Toolkit
- Ant Design
- Typescript
- Unit Testing
To get a local copy up and running follow these simple steps.
- Git
- Node: any 12.x version starting with v12.0.0 or greater
- Yarn v1: See Yarn website for installation instructions
- A fork of the repo (for any contributions)
- A clone of the canonizer-3.0-frontend repo on your local machine
- Clone the repo
git clone https://github.com/the-canonizer/canonizer-3.0-frontend.git
- Go into the project root
cd canonizer-3.0-frontend
- Copy environment variables from
.env.example
to.env
filecp .env.example .env
- Install Dependency packages
yarn
- To start the hot-reloading development server
yarn dev
- To open the site in your favorite browser
open http://localhost:4000
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please clone the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout development
from any folder in your localcanonizer-3.0-frontend
repositorygit pull origin development
to ensure you have the latest main codegit checkout -b the-name-of-my-branch
(replacingthe-name-of-my-branch
with a suitable name) to create a branch
- Save the files and check in the browser
- Changes to React components in src will hot-reload
- If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
- Run
yarn test
from the project root to ensure that no one test case is being failed. - Run
yarn format
from the project root. (This will run Prettier) - Run
yarn build
from the project root to ensure that build is created successfully.
git add -A && git commit -m "My message"
(replacingMy message
with a commit message, such asFix header logo on mobile screen
) to stage and commit your changesgit push my-fork-name the-name-of-my-branch
- Go to the canonizer-3.0-frontend repo repo and you should see recently pushed branches.
- Follow GitHub's instructions to create the Pull Request.
- If possible, include screenshots of visual changes.
Lesser MIT License
Copyright (c) 2006-2023 Canonizer.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software with minimal restriction, including without limitation the rights to use, copy, modify, merge, publish, and distribute copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Any activity arising from use under this license must maintain compliance with all related and dependent licensees.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Brent Allsop - @Brent's_twitter - brent.allsop@gmail.com
Project Link: https://canonizer3.canonizer.com