Skip to content

keliumJU/profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profile

This is my personal website keliumju.com, here going to share anything :3

Usage local development

  1. Install in vscode the extension C# Dev Kit
  2. Install the .net 8 SDK in ubuntu:
  sudo apt-get update && \
  sudo apt-get install -y dotnet-sdk-8.0
  1. Open the project and go to run and debugger in vscode (CTRL + D) and use the C#: Profile default option
  2. Enable the Hot reload: Go to project files $ cd ~/profile/Profile and run $ dotnet watch
  3. Install TailwindCSS v4.0 TailwindCSS 4.0
  4. To enable the tailwind compilation run in another terminal npx tailwindcss -i ./Styles/input.css -o ./wwwroot/styles.css --watch

VSCode user settings(for better dev experience with .net blazor web apps)

  1. Go to User settings.json
  2. Add the next setup for tailwind intellisense in .razor files and better autocomplete only with tab key:
  "editor.acceptSuggestionOnEnter": "off",
  "editor.acceptSuggestionOnCommitCharacter": false,
  "editor.wordBasedSuggestions": "off",
  "editor.suggest.showKeywords": false,

  "tailwindCSS.experimental.classRegex": ["class: \"(.*)\""],
  "tailwindCSS.includeLanguages": {
      "razor": "html"
  },

That is all 🎉🎉

About

This is my profile project, to place anything

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published