https://github.com/intellectualsites/schematic.cloud
The frontend for Arkitektonika
https://github.com/intellectualsites/schematic.cloud
hacktoberfest
Last synced: over 1 year ago
JSON representation
The frontend for Arkitektonika
- Host: GitHub
- URL: https://github.com/intellectualsites/schematic.cloud
- Owner: IntellectualSites
- Created: 2020-06-21T06:16:43.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T15:24:04.000Z (about 2 years ago)
- Last Synced: 2024-04-14T05:45:53.092Z (about 2 years ago)
- Topics: hacktoberfest
- Language: Vue
- Homepage: https://schematic.cloud
- Size: 1.25 MB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# schematic.cloud
## Pull from docker hub:
https://hub.docker.com/r/intellectualsites/schematic-web
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).