Skip to content

2lay/2lay.net

Repository files navigation

2lay.net

hey there! this is the source code of my terminal-ish website. it's built using vue, nuxt and my css!

image psd

development

to run this project, ensure you have node.js installed

  1. clone this repository
  2. navigate to the project directory.
  3. install dependencies using bun install
  4. run the development server using bun run dev

building

to build this project for production, run bun run build or npm run build which will generate a production ready build of the website

preview

to preview the production build as it would appear in production run bun run preview or npm run preview

license

this project is licensed under the MIT License

Releases

No releases published

Packages

No packages published