AvdanOS.com Website
The AvdanOS homepage is built using NextJS and GeistUI, which support both Markdown and JavaScript to fit the needs of the contributors to the project.
avdan-os.github.io's code is in the dev branch. Commits to the main branch will be ignored. |
CONTRIBUTE |
---|
./src
contains the nextjs source code for the website../cdn
contains the raw cdn files that auto deploy to cdn.avdanos.com
Make sure you have NodeJS 14 or later installed.
cd src
npm install
npm run dev
Then head over to localhost:3000 to see the site live!
The page will reload if you make edits.
You will also see any lint errors in the console.
Please see the contributing guideline for more information.
For translators, please see translating guideline for more information.