To view our site and see your contributions, visit https://fcc-seoul.fly.dev
-
Install dependencies
yarn # or yarn install
-
Run dev mode
yarn dev
-
Build the app
yarn build
-
Generate component/page
yarn plop
-
If you use VSCode, you can find the recommended extensions in
.vscode/extensions.json
Any contributions to this repo must follow our code formatting and linting rules. The easiest way is to use the Prettier extension for your code editor. Most of the members use VS Code but you're welcome to use other editors. Pull requests that don't follow Prettier's linting rules will not be merged.
Collaborators should contribute by making a new branch instead of forking this repo. This makes it easier for you and others to compare different branches within the same repo. When you're done making changes, submit a pull request to the Free-Code-Camp-Seoul repo.
Any contributions to this repo must follow our code formatting and linting rules. The easiest way is to use the Prettier extension for your code editor. Most of the members use VS Code but you're welcome to use other editors. Pull requests that don't follow Prettier's linting rules will not be merged.
- Required: your own GitHub account. Sign up at Github.com.
- Fork this repo by clicking on the Fork link (top right corner).
- Download (or git Clone) to your local computer.
- Make changes and edits. Commit these changes, then push them to your remote repo.
- Follow the conventional commit message format. See Conventional Commits for more details.
- Submit a Pull request to the Free-Code-Camp-Seoul repo.