Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 584 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 584 Bytes

LinkScape Site V3

This is the latest version of LinkScape's Website. Built with Next.js.

Development

  1. Import this repo to your coding environment of choice. Download it, git clone, or use the GitHub import on Vercel.
  2. pnpm i to install dependencies.
  3. pnpm run dev to start your server.
  4. Start adding your own pages & components in their respective directories.
  5. pnpm run build to build the website.