Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcenojackson/studion
A events site made for Global Dev course
https://github.com/arcenojackson/studion
css3 html-css-javascript html5 javascript
Last synced: about 5 hours ago
JSON representation
A events site made for Global Dev course
- Host: GitHub
- URL: https://github.com/arcenojackson/studion
- Owner: arcenojackson
- Created: 2023-10-25T23:57:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-13T15:57:27.000Z (4 months ago)
- Last Synced: 2024-10-17T13:52:38.775Z (22 days ago)
- Topics: css3, html-css-javascript, html5, javascript
- Language: HTML
- Homepage: https://studion-tau.vercel.app
- Size: 15.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Studion
This is the first project of the Fullstack Developer course for the Imagine School class of 2023.
## How to work with the repository / Como trabalhar com o repositório
### Clone the project / Clone o projeto
```
git clone http://github.com/brucecantarim/studion.git
```### Install the project dependencies / Instalar as dependências do projeto
```
cd studion
npm install
```### Start the project / Iniciar o projeto
```
npm start
```