Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/falsehuman/smk--2.0

Шаблон будущего сайта(в описании)
https://github.com/falsehuman/smk--2.0

Last synced: about 5 hours ago
JSON representation

Шаблон будущего сайта(в описании)

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
```