The source code for website of FOSSIA. The website is developed using Astro and Foxi theme.
-
Clone the project from GitHub
git clone https://github.com/fossia-org/fossia cd fossia -
Install dependencies using
yarn install -
Run the preview server using
yarn dev, which will start a local development server athttp://localhost:4321 -
Build the website using
yarn run buildwhich builds the production site to./dist -
Run the preview of the build locally using
yarn run preview
For getting started with contribution, check out the contributing guide.
This website is licensed under the GNU Affero General Public License version 3. The theme used in the website, Foxy, is developed by Oxygenna and released under the MIT license.