https://github.com/edde746/rdpservers
Final project for web development 1 course
https://github.com/edde746/rdpservers
nextjs static-site
Last synced: 25 days ago
JSON representation
Final project for web development 1 course
- Host: GitHub
- URL: https://github.com/edde746/rdpservers
- Owner: edde746
- Created: 2021-06-22T06:45:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T19:34:20.000Z (over 4 years ago)
- Last Synced: 2024-10-11T16:11:25.202Z (over 1 year ago)
- Topics: nextjs, static-site
- Language: JavaScript
- Homepage: https://edde746.github.io/rdpservers/
- Size: 805 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rdpservers
Final project for web development 1 course, this was built in about 8 hours of working time over 3 weeks
## Live Demo
https://edde746.github.io/rdpservers/
## Running
Run the following commands to run it in development mode
```
npm install
npm run dev
```
or build to productions with
```
npm run build
```
> Note: Tailwind was not allowed thus the messy `main.css` file exists