https://github.com/konyogony/edalem-docs
Edalem Documentation, Alpha v0.0.7
https://github.com/konyogony/edalem-docs
Last synced: 4 months ago
JSON representation
Edalem Documentation, Alpha v0.0.7
- Host: GitHub
- URL: https://github.com/konyogony/edalem-docs
- Owner: konyogony
- Created: 2025-02-18T11:08:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T13:26:41.000Z (4 months ago)
- Last Synced: 2025-03-02T13:37:37.966Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 24.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Not perfect and a little broken.
To edit current alpha version of `Edalem Docs` using [`@doxium/cli v0.0.7`](https://www.npmjs.com/package/@doxium/cli) **localy**:
1. Clone the repository
2. Install [bun](https://bun.sh/)
3. Dowload dependencies using `bun install`
4. Build the project using `bun run build`
5. Start it using `bun run start`
6. Running at [localhost:3000](http://localhost:3000)If you have any issues or requests regarding the documentation tool, make an issue [here](https://github.com/konyogony/Doxium/issues). Make sure to check that it doesnt exist first.
Thank you for understanding that this is an early alpha build.
This documentation was transpiled from [these google docs](https://docs.google.com/document/d/1s3VY4R5UY4mPwIIz1OtOUz5UEnbo2E7Evy3ZAPo0Yok/edit?usp=sharing).
> Useful command to convert svg to ico with a transparent bg
> `convert -background transparent -define 'icon:auto-resize=16,24,32,64' favicon.svg favicon.ico`