Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sambhav2612/librecad
[ON PAUSE] Static LibreCAD Website Clone
https://github.com/sambhav2612/librecad
bootstrap4 css html javascript jquery static-site
Last synced: about 1 month ago
JSON representation
[ON PAUSE] Static LibreCAD Website Clone
- Host: GitHub
- URL: https://github.com/sambhav2612/librecad
- Owner: sambhav2612
- License: gpl-3.0
- Created: 2017-12-11T16:54:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T16:07:23.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T04:34:01.530Z (about 1 month ago)
- Topics: bootstrap4, css, html, javascript, jquery, static-site
- Language: HTML
- Homepage: https://sambhav2612.github.io/librecad/
- Size: 2.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Setting up locally
```bash
$ git clone https://github.com/sambhav2612/librecad.git
$ cd librecad
$ npm install #to install mocha, open and http-server
$ npm start #for live version
OR
$ http-server ./ #for local deployment
```#### Dependencies
- NodeJS and NPM (NPM comes with NodeJS by default)
- Mocha (for Travis CI Testing)
- open and http-server npm packages
- Git**Note 1**: These installation commands work only on Linux Distributions as of 27/12/2017.
**Note 2**: It's a good practice to keep all softwares updated, you can update these softwares by following the online documentation frrom their respective sources.
#### Major updates
1. Commit 105: add bootstrap navbar, npm up and banner update for v1.0.1