portfolio
My portfolio site built using nextjs, contentlayer, and tailwind css
File Explorer
Download Latest Version (.zip)- extensions.json
- launch.json
- favicon.svg
- og.png
- robots.txt
- blog.mjs
- SpaceMono-Bold.ttf
- SpaceMono-Regular.ttf
- Callout.astro
- Deck.astro
- Designer.astro
- Hacker.astro
- Hero.astro
- Lab.astro
- Photos.astro
- Saver.astro
- Shelf.astro
- Specimen.astro
- Terminal.astro
- testing-the-pipes.mdx
- Base.astro
- blog.ts
- pixel.ts
- rain.ts
- [slug].astro
- [...route].ts
- 404.astro
- blog.astro
- index.astro
- rss.xml.ts
- search.json.ts
- global.css
- hacker.css
- content.config.ts
- .env.example
- .gitignore
- AGENTS.md
- astro.config.mjs
- CLAUDE.md
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/AnishDe12020/portfolio
Downloads the entire project code from GitHub to your computer.
cd portfolio
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build
Builds optimized production files.
npm run blog:new -- "A useful title"
Type this command into your terminal and run it.
npm run blog:list
Type this command into your terminal and run it.
npm run blog:publish -- a-useful-title
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
