Skip to content
Snippets Groups Projects
Commit 75c7e6ff authored by Ronald DC's avatar Ronald DC
Browse files

Update README.md

parent 434bad4c
Branches main
No related tags found
No related merge requests found
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# Using VS Code Devcontainer ## Using VS Code Devcontainer
Go to [Wiki - Setup Guide](https://gitlab.stratpoint.dev/devcontainers/project-wiki/-/wikis/Setup-Guide) ### For quick setup using Docker Desktop
Go to [Project Wiki - Quickstart Guide](https://gitlab.stratpoint.dev/devcontainers/project-wiki)
### For more manual setup without using Docker Desktop
Go to [Project Wiki - Setup Guide](https://gitlab.stratpoint.dev/devcontainers/project-wiki/-/wikis/Setup-Guide)
## Developing and Deploying inside Devcontainer
![devcontainer-run-vscode](https://gitlab.stratpoint.dev/devcontainers/project-wiki/-/wikis/uploads/ffd6b4e3d7837f613cbd6f0ceec100b6/devcontainer-run-vscode.mp4)
There are two ways to open this project:
1. Clone this project and open VS Code, and it should ask you to re-open the project in a container, if it finds the .devcontainer folder.
2. Without cloning the project, you can open the VS Code Command Palette, and run `Clone Repository in Container Volume...`.
<br/>
The first time you do this, it may take a little while as it needs to build the Docker image. After the first load, each time you open the project, it should be much quicker (Unless you change the Dockerfile).
You are now using the Dev Container in VS Code. When you open the terminal, you are inside the container. Plugins are running inside the container too.
## Getting Started ## Getting Started
First, run the development server: First, run the development server inside VS Code Terminal (CTRL + `):
```bash ```bash
npm run dev npm run dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment