Skip to content

Fast and intuitive application designed to help educators for generating test paper on the fly.

License

Notifications You must be signed in to change notification settings

RiinSeresuto/swift-test

Repository files navigation

Swift Test - A Test Paper Generator

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Step 0: Requirements

Make sure you have the following installed on your system:

  • Node.js: If you don't have node.js installed, you can download and install it from the official website: https://nodejs.org
  • npm or pnpm: npm (Node Package Manager) is usually installed automatically with node.js. If you prefer using pnpm, you can install it globally by running the following command in your terminal:
npm install -g pnpm
  • Terminal: You will need a terminal to run commands.

Step 1: Installing Dependencies

Navigate to the project directory in your terminal and run the following command:

npm install

or if you are using pnpm:

pnpm install

Step 2: Start the Development Server

Run the following command to start the development server

npm run dev

or if you are using pnpm:

pnpm dev

Step 3: Access the Application

Once the server is running, open your browser and visit http://localhost:3000 to see the application.

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.

About

Fast and intuitive application designed to help educators for generating test paper on the fly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages