| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
SmallBASIC Github pages
If you want to edit the SmallBASIC website because information is missing, examples are not clear enough or maybe just to correct a typo, you can do it quite easy.
All website pages are written in Markdown. The files are located in:
To start editing:
Install SmallBASIC console version (sbasic)
Optional: Install SmallBASIC web server (sbasicw)
Install pandoc
Execute the following commands:
git clone https://github.com/smallbasic/smallbasic.github.io.git git clone https://github.com/smallbasic/smallbasic.samples.git cd smallbasic.github.io/_build export SAMPLE=PATH_TO_SMALLBASIC_SAMPLES make clean make
PATH_TO_SMALLBASIC_SAMPLES is the absolute path to the sample directory, i.e. /home/userxyz/smallbasic.samples
The SmallBASIC static website can be found in the root directory of the smallbasic.github.io folder. To access the website locally use the SmallBASIC webserver: sbasicw index.html (or other webservers like the python http-server: python -m http.server 8080). In the browser type: http://127.0.0.1:8080.
| Back | FazBrowse Home | New Git URL |