Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edintc/accelerator-cloud-days-frontend
https://github.com/edintc/accelerator-cloud-days-frontend
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edintc/accelerator-cloud-days-frontend
- Owner: EdinTC
- Created: 2024-06-24T22:59:43.000Z (6 months ago)
- Default Branch: lg1
- Last Pushed: 2024-06-25T22:38:02.000Z (6 months ago)
- Last Synced: 2024-10-16T20:06:31.055Z (2 months ago)
- Language: TypeScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend for the Accelerator Program Cloud Days (LG1 & LG2)
> **_NOTE:_** The "errors" in the project are intentional and part of the assignments for the Cloud Days.
This is a simple [Next.js](https://nextjs.org) application that uses the [shadcn/ui](https://ui.shadcn.com/) library to create a simple UI for the Accelerator Program Cloud Days.
## Getting Started
Setup your GitHub Codespace environment by using this template: https://github.com/EdinTC/accelerator-cloud-days-codespace-template)
Make sure to run the .devcontainer/setup.sh script in the terminal to automatically setup the environment.
```bash
# For LG1
.devcontainer/setup.sh lg1# For LG2
.devcontainer/setup.sh lg2
```## Running the application in dev mode
First, install the dependencies:
```bash
npm install
# or
yarn install
```To run the development server use:
```bash
npm run dev
# or
next dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the application.
## Assignments
The assignments will be shared during the Cloud Days.