Files
Snigdha-OS.github.io/README.md
Abhiraj Roy e3d22d9d8e 🎨 style(changes!):
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
2024-06-07 05:14:59 +05:30

2.3 KiB

SNIGDHA OS

This website has been developed with the open source version of Portfolio for Developers Concept V.2, designed by @darelova and developed by @alexdeploy. Built with Nuxt.js 3.0.

Netlify Status

🛠 Installation

  1. Clone the project to your local machine.
git clone https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
  1. Navigate to the project directory
cd Snigdha-OS.github.io
  1. Install the required dependencies
yarn install
  1. Start the development server
yarn dev
  1. The development server should now be running on http://localhost:3000/

✒️ Customization

The template includes some default content, but you can easily customize it to fit your needs. Here are some of the things you can change:

  • Update the developer.json file on root directory, which contains all the text for the project and the portfolio "user" information, including projects, about-me, gists (Ids) and contact info.

  • Update the nuxt.config.ts file for meta tags of website and some additional config.

  • Update the public/pwa/manifest.json file for PWA config.

  • Change the styling and design of the website to match your personal style.

🚀 Building and Running for Production

  1. Generate a full static production build
yarn build
  1. Preview the site as it will appear once deployed.
yarn preview

🤝 Contributions

If you find any bugs or have any suggestions, you can open an issue.

🧾 License

This project is licensed under the MIT License. See the LICENSE file for more information.