mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Closes #4999 Closes #5000 Applied these changes: - Tried to make the link texts more descriptive in case, for any reason, someone prints them onto paper. (this happened on another project) - Synced up wording between Linux, macOS, and Windows - Added a DNS troubleshooting section just to match Linux and Windows - Always put file extensions in code blocks, e.g. `.aar`, `.deb`, `.msi`, `.zip` - In other Client guides, continue switching to active voice and using shorter words / fewer words where possible. - Use `Firezone` instead of `the tunnel`. - Make page descriptions consistent with each other ```[tasklist] - [ ] ~~Should the uninstall instructions include purging configs and logs?~~ - [ ] ~~Add screenshots for UI items that are stable (like the tray icons)~~ - [ ] ~~Is it "Quit", "Stopped", or "Closed"? Or "Not running" I want to make statements about what happens when Firezone is not running, and "when Firezone has quit" is awkward.~~ - [ ] Decide if "your phone" and "your computer" is better than "the phone" and "the computer" ```
This is a Next.js project bootstrapped with
create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page
auto-updates as you edit the file.
Linting
This project uses Prettier to format code and ensure a consistent style. Use the .prettierrc.json in the root of this repo to configure your editor.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.