LogiCola是一款旨在帮助学生学习逻辑的软件。

Malik Piara 8aa01dcec7 Merge pull request #72 from malikpiara/feature/wff-hint 4 月之前
.github fa3acdde43 fix: dependency installs in github actions 4 月之前
.vscode 2eb0395ab7 Enable formatOnSave 5 月之前
app c1df1e3089 Replacing the navbar in the quiz mode with a navigation that only displays an 'X'. 4 月之前
components 6626e2c712 Rendering a hint for the definitions chapter. 4 月之前
lib ec7a5435c7 format: format 4 月之前
public 56373c2667 feat: link preview thumbnail 4 月之前
scripts 0233fb2572 fix: broken imports 4 月之前
utils ec7a5435c7 format: format 4 月之前
.env.example 7361005292 Installed PostHog. 5 月之前
.eslintrc.json a99c47cfe4 Add @typescript-eslint/recommended for better linting such as no-unused-vars 5 月之前
.gitignore 3d2e25ec12 chore: include .env in .gitignore 4 月之前
.prettierrc 7336552e6b Setup prettier ✨ 5 月之前
LICENSE 14cbb54426 Initial commit 7 月之前
README.md beca93e9d2 devops: github actions for linting and unit tests 4 月之前
components.json ec7a5435c7 format: format 4 月之前
content.tsx 04ace9b70d refactor: dynamically show chapters in header 4 月之前
next.config.mjs 7f716a2dc6 Ignore eslint during build 5 月之前
package-lock.json beca93e9d2 devops: github actions for linting and unit tests 4 月之前
package.json edea63d365 Replaced bottom navigation within quiz with a drawer. 4 月之前
pnpm-lock.yaml edea63d365 Replaced bottom navigation within quiz with a drawer. 4 月之前
postcss.config.js 1700a5db00 Initial commit from Create Next App 7 月之前
tailwind.config.ts ec7a5435c7 format: format 4 月之前
tsconfig.json 9c57d874c6 Converted katex component to jsx to avoid problems with types that were breaking deployment. 5 月之前
vitest.config.ts beca93e9d2 devops: github actions for linting and unit tests 4 月之前

README.md

Logicola Mascot

LogiCola is an instructional program that goes with Gensler's Introduction to Logic (Routledge Press). Since Harry Gensler, the original creator has passed away, I decided to create a new version to preserve an important learning resource and honour his legacy.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.