Skip to content

Add working frontend #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Conversation

WillSams
Copy link
Owner

@WillSams WillSams commented Mar 5, 2024

No description provided.

Watermelon AI Summary

The Pull Request is aimed at integrating a functional user interface into the main codebase, setting up the visual components that users will interact with.

GitHub PRs

example-react-django-project is an open repo and Watermelon will serve it for free.
🍉🫶

});
await seedData(knex, tableName, data);
} catch (ex) {
console.log(`Seed failed: ${ex.message}`);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains console logs. Please review or remove them.

@@ -1,10 +1,18 @@
FROM node:16

FROM node:20 as build-stage
WORKDIR /app

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains leftover multi-line comments. Please review or remove them.

@@ -1,13 +1,71 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains leftover multi-line comments. Please review or remove them.

const fs = require("fs");

const clean = () => {
fs.rmSync("./node_modules", { recursive: true, force: true });

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains leftover multi-line comments. Please review or remove them.

@WillSams WillSams merged commit c53ec1f into development Mar 5, 2024
@WillSams WillSams deleted the chore/setup-initial-changes branch March 5, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant