Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Boilerplate-Typescript
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Securify Contest Templates
Art Gallery Problem
Boilerplate-Typescript
Commits
45a03850
There was an error fetching the commit references. Please try again later.
Commit
45a03850
authored
Feb 1, 2024
by
Lukas Ostermann
Browse files
Options
Downloads
Patches
Plain Diff
change README
parent
d41cac77
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/README.md
+0
-15
0 additions, 15 deletions
code/README.md
with
0 additions
and
15 deletions
code/README.md
+
0
−
15
View file @
45a03850
## Typescript Boilerplate
### Steps to follow:
1.
Clone the repository to your local machine using:
```
git clone <repository-url> ```
2. Use the respective files to code your solutions:
<br> ```/src/logappend.ts```
<br> ```/src/logread.ts```
3. If external dependencies are required to run your solution, add them using npm (package.json).
4. **Do not** make any changes to makefile or rename the src files.
5. To check your program, run *make* command in a terminal/command prompt inside the directory.
6. Follow it by running your input commands For eg.
```
./logappend -T 1 -K RTMLEINZ -E JOHN -A ABCDEF
```
## Typescript Boilerplate
### Cloning the Repository
To begin your coding tasks, clone the repository onto your local machine using the following command:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment