Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falsehuman/smk--2.0
Шаблон будущего сайта(в описании)
https://github.com/falsehuman/smk--2.0
Last synced: about 5 hours ago
JSON representation
Шаблон будущего сайта(в описании)
- Host: GitHub
- URL: https://github.com/falsehuman/smk--2.0
- Owner: FalseHuman
- Created: 2021-01-31T09:53:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T08:15:29.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T10:12:29.444Z (2 months ago)
- Language: JavaScript
- Homepage: https://vigorous-chandrasekhar-a8538a.netlify.app/
- Size: 54.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Проект "Салаватский медицинский колледж"
## Build Setup
```bash
# install Node Js and npm
# install dependencies NuxtJS
$ cd frontend
$ npm install
$ npm run dev
# Django
$ cd backend
$ pip install -r ./requirements.txt
$ python manage.py runserver
```