https://github.com/atais/polskilogopeda
https://github.com/atais/polskilogopeda
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atais/polskilogopeda
- Owner: atais
- License: mit
- Created: 2020-05-23T19:44:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T21:28:46.000Z (4 months ago)
- Last Synced: 2025-02-03T22:19:18.307Z (4 months ago)
- Language: HTML
- Size: 128 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Development
1. Install `ruby` (https://www.ruby-lang.org/)
2. Install `Jekyll` (https://jekyllrb.com/docs/pages/)```
gem install bundler
bundle install
```3. Install node (https://nodejs.org/)
4. Clone the project
```
git clone https://github.com/atais/polskilogopeda.git
```5. Install npm dependencies
```
cd polskilogopeda
npm install
```
6. Start the development server```
npm start
```7. Enter website
```
localhost:4000
```# Deploy
1. Deploy the solution with webpack
```
npm run deploy
```2. Enable GitHub to serve your website from `gh-pages` branch