Welcome to the official Proton Designer website repository. This repository contains the source code for the Proton Designer website.
Before you start working on the website, make sure you have the following installed on your system:
- Yarn 3
- NodeJS v19.1.0
To start the development server, run the following command after installing the dependencies:
yarn dev
This will start the development server on localhost:3000
and hot reload the changes.
To build the website, run the following command:
yarn build
This will generate a production-ready build of the website in the dist
directory.
If you would like to connect with the Proton Designer team and contributors, make sure to join our discord server at: https://discord.gg/xvACqqYDer.
Proton Designer Website is powered by Astro
Proton Designer Website is released under the MIT license. See the LICENSE file for more details.
Thanks for checking out the Proton Designer website repository. More updates and features are on the way, so stay tuned!