Skip to content

skilledjob/skilledfronted

Repository files navigation

SKILLED UPLOAD

SKILLED UPLOAD is a full stack web application that user can read find their suitable jobs & hirer can choose good emplyee for their company. This application is built with Next.js, Tailwind CSS, and TypeScript. It is deployed on Vercel.

Table of Contents

Installation

You can either clone this repository or download the source code as a ZIP file. To clone the repository, run the following command in your terminal:

git clone https://github.com/abdullahmia/ThoughtNest

Install the dependencies using your preferred package manager:

npm install
# or
yarn install
# or
pnpm install
# or

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Run with the docker:

npm run docker:start
# or
yarn docker:start
# or
pnpm docker:start

Stop the docker:

npm run docker:stop
# or
yarn docker:stop
# or
pnpm docker:stop

Live Demo

You can view the live version of TOUGHNEST at https://example.dev.

Environment Variables

The environment variables can be found and modified in the .env file. They come with these default values:

NODE_ENV=development
NEXTAUTH_SECRET="your secret"
NEXTAUTH_URL="your url"

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m "Add your feature".
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Create a pull request to the development branch on GitHub. [Remembers do not send pull request to the main branch]

Please follow the Contributor Covenant Code of Conduct.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages