A terminal style website. The Nuxt3 version of m4tt72/terminal.
- Unix-like amateur
- Frontend/Web enthusiast
- Vue/Nuxt fan
- Open source lover
That's it!
First of all, give it a star, please😁. Then, fork this repo.
- Install dependencies:
npm i
# or
yarn
# or
pnpm i --shamefully-hoist
- Running in dev
npm run dev
# or
yarn dev
# or
pnpm run dev
- Build the project
npm run build
# or
yarn build
# or
pnpm run build
The output files will be in
.output
folder.
- Preview
npm run preview
# or
yarn preview
# or
pnpm run preview
# or
node .output/server/index.mjs
I put all config in /assets/config.json. You can modify it to fit your needs.
All available themes defined in /assets/themes.json.
Themes color reference from here.
Any of contribution(PR, Issue...) is welcome.
@see CONTRIBUTING.md