Skip to content

Ravision Tech's official website is an open-source Next.js website. It is written in TypeScript and uses React.

Notifications You must be signed in to change notification settings

Ravision-Tech/ravisiontech.com

Repository files navigation

Ravision Tech's official website is an open-source Next.js website. It is written in TypeScript and uses React.

Installation

  1. Install Node: Install the correct version of node (v22.15.0) for the project.

Note About Node

If you are using nvm (Node Version Manager), you can run:

nvm install
nvm use

Run the follow command to make sure that you are on the correct version of node:

node -v # Should be v22.15.0
  1. Install Node Dependencies: Install all the dependencies that the project uses by running the following command in the project's root directory:
npm install
  1. Start the Development Server: Start the development server to see your changes live:
npm run dev
  1. Open the website by visiting http://localhost:3000 with your browser. When you make changes to a code file and save the file, the live preview will update on the url automatically.

Contributing

Contributions are always welcome, though, as this is my personal portfolio website, it may be rejected for any reason.

Feedback

If you have any feedback, bug reports, or anything else, please create an issue.

License

MIT

About

Ravision Tech's official website is an open-source Next.js website. It is written in TypeScript and uses React.

Resources

Stars

Watchers

Forks