LinkScapeOfficial / site-v3

The GitHub Repository of LinkScape's Website (Version 3)
https://linkscape.app
2 stars 2 forks source link

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.