Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/massivdash/projektmowa
https://github.com/massivdash/projektmowa
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/massivdash/projektmowa
- Owner: MassivDash
- License: mit
- Created: 2018-04-24T15:19:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T10:48:41.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T04:47:42.777Z (7 months ago)
- Language: CSS
- Size: 30.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projekt Mowa website build on gatbsy.js using netlify cms.
https://projektmowa.pl
includes:
* Dynamic alice carousel for projects slider
* seo component
* SASS
* image sharp
* netlify cms
* netlify identity
* netlify previews for pages and projectsbuild on top of https://github.com/AustinGreen/gatsby-starter-netlify-cms
### Access Locally
```
$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn
$ npm run develop
```
To test the CMS locally, you'll need run a production build of the site:
```
$ npm run build
$ npm run serve
```## Getting Started (Without Netlify)
```
$ gatsby new [SITE_DIRECTORY_NAME] https://github.com/AustinGreen/gatsby-starter-netlify-cms/
$ cd [SITE_DIRECTORY_NAME]
$ npm run build
$ npm run serve
```### Setting up the CMS
Follow the [Netlify CMS Quick Start Guide](https://www.netlifycms.org/docs/quick-start/#authentication) to set up authentication, and hosting.## Debugging
Windows users might encounter ```node-gyp``` errors when trying to npm install.
To resolve, make sure that you have both Python 2.7 and the Visual C++ build environment installed.
```
npm config set python python2.7
npm install --global --production windows-build-tools
```[Full details here](https://www.npmjs.com/package/node-gyp 'NPM node-gyp page')