Skip to content

MobiCode48/Emmanuel-bio

Repository files navigation

Banner

GitHub contributors GitHub discussions GitHub issues GitHub pull request

🔍 Table of Contents

💻 Stack

  • react: JavaScript library for building user interfaces.
  • react-dom: Provides DOM-specific methods for React.
  • typescript: Adds static typing to JavaScript.
  • eslint: Pluggable JavaScript linter.
  • tailwindcss: Utility-first CSS framework for rapid UI development.
  • postcss: Tool for transforming CSS with JavaScript plugins.
  • vite: Next-generation front-end build tool.
  • autoprefixer: PostCSS plugin to parse CSS and add vendor prefixes.

📝 Project Summary

  • src: Contains the main source code of the TypeScript project.
  • src/components: Houses the reusable components of the application.
  • src/interface: Defines interfaces used throughout the project.
  • src/assets: Stores various assets used in the application.
  • src/assets/pictures: Contains pictures used within the application.
  • public: Holds static files that will be served by the web server.

⚙️ Setting Up

🚀 Run Locally

1.Clone the Emmanuel-bio repository:

git clone https://github.com/Goldennboyy/Emmanuel-bio

2.Install the dependencies with one of the package managers listed below:

pnpm install
bun install
npm install
yarn install

3.Start the development mode:

pnpm dev
bun dev
npm run dev
yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published