Ce site personnel combine un blog, forum, wiki interactif, portfolio logiciel, musique et sections professionnelles.
- Présentation personnelle futuriste
- Forum et blog communautaires dynamiques
- Portfolio logiciel interactif
- Lecteur musical intégré
npm install next react react-dom tailwindcss postcss autoprefixer framer-motion next-seo
npm run dev # Développement local
npm run build # Construire le projet en prod
npm run start # Lancer le projet construit en prod
npm run lint # Linter le projet
npm run format # Formater avec Prettier
mon-site/ ├── components/ ├── pages/ ├── public/ ├── styles/ ├── .gitignore ├── next.config.js ├── package.json ├── postcss.config.js ├── tailwind.config.js └── README.md
Exécute simplement dans ton terminal :
touch .gitignore
npm install next react react-dom tailwindcss postcss autoprefixer framer-motion next-seo prettier eslint eslint-config-next
npx tailwindcss init -p